Skip to content

Commit

Permalink
Refactor .gitignore, .npmignore, bower ignore sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 8, 2014
1 parent e5e8c3b commit 982b779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
*.log
bower_components/
build/
components/
coverage/
node_modules/
build/
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.*
*.log
build/
bower_components/
build/
components/
coverage/
data/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build/",
"components/",
"coverage/",
"node_modules/",
"data/",
"node_modules/",
"script/",
"test/",
"benchmark.js",
Expand Down

0 comments on commit 982b779

Please sign in to comment.