mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Use absolute paths in .gitignore and .npmignore.
.gitignore/.npmignore treat all its paths as relative to *every*
directory in the repository. In most cases that’s not what’s desired.
(cherry-picked from 2d73150511
)
This commit is contained in:
parent
c536e7e19e
commit
15d245ff57
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
/dist
|
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
*~
|
*~
|
||||||
@ -8,6 +7,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.bower.json
|
.bower.json
|
||||||
.sizecache.json
|
.sizecache.json
|
||||||
dist/.destination.json
|
|
||||||
bower_components
|
/dist
|
||||||
node_modules
|
/bower_components
|
||||||
|
/node_modules
|
||||||
|
12
.npmignore
12
.npmignore
@ -1,10 +1,12 @@
|
|||||||
.editorconfig
|
|
||||||
.gitattributes
|
|
||||||
.jscs.json
|
|
||||||
.jshintignore
|
.jshintignore
|
||||||
.jshintrc
|
.jshintrc
|
||||||
.mailmap
|
|
||||||
.travis.yml
|
/.editorconfig
|
||||||
|
/.gitattributes
|
||||||
|
/.jscs.json
|
||||||
|
/.mailmap
|
||||||
|
/.travis.yml
|
||||||
|
|
||||||
/build
|
/build
|
||||||
/speed
|
/speed
|
||||||
/test
|
/test
|
||||||
|
Loading…
Reference in New Issue
Block a user