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.* *.template.*
*.d.ts *.d.ts
*.map *.map
modularize
node_modules node_modules
vendor/closure-compiler vendor/closure-compiler
vendor/uglifyjs vendor/uglifyjs

View File

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

View File

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

View File

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