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 .DS_Store
*.custom.* *.custom.*
*.map
node_modules node_modules
vendor/closure-compiler vendor/closure-compiler
vendor/uglifyjs vendor/uglifyjs

View File

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

View File

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

View File

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