Skip to content

Commit

Permalink
Update .gitignore, .jamignore, .npmignore.
Browse files Browse the repository at this point in the history
Former-commit-id: a01be2b79a51188e3bbd91926c68afcb17476808
  • Loading branch information
jdalton committed Oct 17, 2012
1 parent e2de224 commit 9adf0e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.custom.*
.DS_Store
*.custom.*
node_modules/
vendor/closure-compiler/
vendor/uglifyjs/
12 changes: 4 additions & 8 deletions .jamignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
*.custom.*
.*
*.custom.*
build.js
index.js
build/
doc/*.php
node_modules/
perf/*.sh
test/*.sh
test/test-build.js
test/template/
vendor/closure-compiler
vendor/docdown
vendor/uglifyjs
perf/
test/
vendor/
11 changes: 9 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
*.custom.*
.*
*.custom.*
*.d.ts
doc/*.php
node_modules/
perf/*.html
perf/*-ui.js
perf/*.sh
test/*.html
test/*-ui.js
test/*.sh
vendor/*.gz
vendor/backbone/
vendor/docdown/
vendor/benchmark.js/*.jar
vendor/closure-compiler
vendor/docdown
vendor/firebug-lite/
vendor/jquery/
vendor/qunit/qunit/*.css
vendor/requirejs/
vendor/uglifyjs
vendor/underscore/test/

0 comments on commit 9adf0e5

Please sign in to comment.