Update .gitignore, .jamignore, .npmignore.

Former-commit-id: a01be2b79a51188e3bbd91926c68afcb17476808
This commit is contained in:
John-David Dalton
2012-10-17 08:48:47 -07:00
parent e2de22470e
commit 9adf0e5d59
3 changed files with 14 additions and 11 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
*.custom.*
.DS_Store .DS_Store
*.custom.*
node_modules/ node_modules/
vendor/closure-compiler/ vendor/closure-compiler/
vendor/uglifyjs/ vendor/uglifyjs/

View File

@@ -1,14 +1,10 @@
*.custom.*
.* .*
*.custom.*
build.js build.js
index.js index.js
build/ build/
doc/*.php doc/*.php
node_modules/ node_modules/
perf/*.sh perf/
test/*.sh test/
test/test-build.js vendor/
test/template/
vendor/closure-compiler
vendor/docdown
vendor/uglifyjs

View File

@@ -1,15 +1,22 @@
*.custom.*
.* .*
*.custom.*
*.d.ts
doc/*.php doc/*.php
node_modules/ node_modules/
perf/*.html perf/*.html
perf/*-ui.js
perf/*.sh perf/*.sh
test/*.html test/*.html
test/*-ui.js test/*-ui.js
test/*.sh test/*.sh
vendor/*.gz
vendor/backbone/ vendor/backbone/
vendor/docdown/ vendor/benchmark.js/*.jar
vendor/closure-compiler
vendor/docdown
vendor/firebug-lite/ vendor/firebug-lite/
vendor/jquery/
vendor/qunit/qunit/*.css vendor/qunit/qunit/*.css
vendor/requirejs/ vendor/requirejs/
vendor/uglifyjs
vendor/underscore/test/ vendor/underscore/test/