Add .map to the ignore files. [ci skip]

Former-commit-id: 129c53ab38b4fbb178b4a832a7abdbf8b055d615
This commit is contained in:
John-David Dalton
2013-04-28 22:55:59 -07:00
parent 70761cf1d9
commit 76540c20f3
4 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store
*.custom.*
*.map
node_modules
vendor/closure-compiler
vendor/uglifyjs

View File

@@ -1,6 +1,7 @@
.*
*.custom.*
*.d.ts
*.map
*.md
*.txt
build.js

View File

@@ -1,6 +1,7 @@
.*
*.custom.*
*.d.ts
*.map
*.md
bower.json
component.json

View File

@@ -6,6 +6,7 @@
".*",
"*.custom.*",
"*.d.ts",
"*.map",
"*.md",
"*.txt",
"build.js",