Cleanup dot (.) files.

This commit is contained in:
John-David Dalton
2013-08-29 22:24:24 -07:00
parent c8f13544a8
commit ec16532028
4 changed files with 1 additions and 12 deletions

2
.gitattributes vendored
View File

@@ -1,7 +1,5 @@
* text=auto * text=auto
*.html text eol=lf *.html text eol=lf
*.js text eol=lf *.js text eol=lf
*.jst text eol=lf
*.md text eol=lf *.md text eol=lf
*.sh text eol=lf *.sh text eol=lf
*.tpl text eol=lf

3
.gitignore vendored
View File

@@ -1,8 +1,5 @@
.DS_Store .DS_Store
*.custom.* *.custom.*
*.min.* *.min.*
*.template.*
*.d.ts
*.map
modularize modularize
node_modules node_modules

View File

@@ -1,12 +1,8 @@
.* .*
*.custom.* *.custom.*
*.min.* *.min.*
*.template.*
*.d.ts
*.map
*.md *.md
*.txt *.txt
build.js
lodash.js lodash.js
index.js index.js
bower.json bower.json

View File

@@ -6,15 +6,13 @@
".*", ".*",
"*.custom.*", "*.custom.*",
"*.min.*", "*.min.*",
"*.template.*",
"*.d.ts",
"*.map",
"*.md", "*.md",
"*.txt", "*.txt",
"index.js", "index.js",
"component.json", "component.json",
"package.json", "package.json",
"doc", "doc",
"modularize",
"node_modules", "node_modules",
"perf", "perf",
"test", "test",