Add *.min.* to ignore files.

Former-commit-id: 6dfd90814ef66ff6a81ff039c5650e7befb735f9
This commit is contained in:
John-David Dalton
2013-06-15 16:56:15 -07:00
parent f78b6b30d9
commit cd8fcadd29
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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

View File

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

View File

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