Update .gitignore to ignore /framework/build and /node_modules

This commit is contained in:
Andrew Grieve 2014-10-04 15:14:45 -04:00
parent 890e12c306
commit 52e575e1e7

2
.gitignore vendored
View File

@ -38,3 +38,5 @@ Desktop.ini
*.iml *.iml
.idea .idea
npm-debug.log npm-debug.log
/node_modules
/framework/build