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

View File

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

View File

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

View File

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