From ec1653202852f0863e13a71f3bbe57ed2ab7124b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 29 Aug 2013 22:24:24 -0700 Subject: [PATCH] Cleanup dot (.) files. --- .gitattributes | 2 -- .gitignore | 3 --- .jamignore | 4 ---- bower.json | 4 +--- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6d8c71097..d7ea4954e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore index be1249018..8acb6a779 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ .DS_Store *.custom.* *.min.* -*.template.* -*.d.ts -*.map modularize node_modules diff --git a/.jamignore b/.jamignore index a05e65d52..3eec0d11c 100644 --- a/.jamignore +++ b/.jamignore @@ -1,12 +1,8 @@ .* *.custom.* *.min.* -*.template.* -*.d.ts -*.map *.md *.txt -build.js lodash.js index.js bower.json diff --git a/bower.json b/bower.json index 85aca7264..bdd3caa2f 100644 --- a/bower.json +++ b/bower.json @@ -6,15 +6,13 @@ ".*", "*.custom.*", "*.min.*", - "*.template.*", - "*.d.ts", - "*.map", "*.md", "*.txt", "index.js", "component.json", "package.json", "doc", + "modularize", "node_modules", "perf", "test",