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
*.html text eol=lf
*.js text eol=lf
*.jst text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.tpl text eol=lf

3
.gitignore vendored
View File

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

View File

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

View File

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