Add *.template.* to .ignore files.

Former-commit-id: d4c34dccb521890de2ced7482628f4796b55dcc1
This commit is contained in:
John-David Dalton
2013-05-24 09:11:34 -07:00
parent 90fe45c52d
commit d15bd23800
4 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
.DS_Store .DS_Store
*.custom.* *.custom.*
*.template.*
*.d.ts
*.map *.map
node_modules node_modules
vendor/closure-compiler vendor/closure-compiler

View File

@@ -1,5 +1,6 @@
.* .*
*.custom.* *.custom.*
*.template.*
*.d.ts *.d.ts
*.map *.map
*.md *.md

View File

@@ -1,5 +1,6 @@
.* .*
*.custom.* *.custom.*
*.template.*
*.d.ts *.d.ts
*.map *.map
*.md *.md

View File

@@ -5,6 +5,7 @@
"ignore": [ "ignore": [
".*", ".*",
"*.custom.*", "*.custom.*",
"*.template.*",
"*.d.ts", "*.d.ts",
"*.map", "*.map",
"*.md", "*.md",