mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Update .gitignore, .jamignore, .npmignore.
Former-commit-id: a01be2b79a51188e3bbd91926c68afcb17476808
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
*.custom.*
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.custom.*
|
||||||
node_modules/
|
node_modules/
|
||||||
vendor/closure-compiler/
|
vendor/closure-compiler/
|
||||||
vendor/uglifyjs/
|
vendor/uglifyjs/
|
||||||
|
|||||||
12
.jamignore
12
.jamignore
@@ -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
|
|
||||||
|
|||||||
11
.npmignore
11
.npmignore
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user