Add "modularize" to .ignore files.

Former-commit-id: de8d6e65e7aa0de9385c82c9132e03ce2efb7715
This commit is contained in:
John-David Dalton
2013-06-30 23:56:44 -07:00
parent cb7163dd19
commit 31332f4f53
4 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
*.template.*
*.d.ts
*.map
modularize
node_modules
vendor/closure-compiler
vendor/uglifyjs

View File

@@ -13,6 +13,7 @@ bower.json
component.json
build
doc
modularize
node_modules
perf
test

View File

@@ -8,6 +8,7 @@
bower.json
component.json
doc
modularize
perf
test
vendor/*.gz

View File

@@ -71,6 +71,7 @@
"component.json",
"build",
"doc",
"modularize",
"node_modules",
"perf",
"test",