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.
This commit is contained in:
parent
fd0bce0758
commit
2d73150511
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/dist
|
||||
.project
|
||||
.settings
|
||||
*~
|
||||
@ -8,6 +7,7 @@
|
||||
.DS_Store
|
||||
.bower.json
|
||||
.sizecache.json
|
||||
dist/.destination.json
|
||||
bower_components
|
||||
node_modules
|
||||
|
||||
/dist
|
||||
/bower_components
|
||||
/node_modules
|
||||
|
12
.npmignore
12
.npmignore
@ -1,10 +1,12 @@
|
||||
.editorconfig
|
||||
.gitattributes
|
||||
.jscs.json
|
||||
.jshintignore
|
||||
.jshintrc
|
||||
.mailmap
|
||||
.travis.yml
|
||||
|
||||
/.editorconfig
|
||||
/.gitattributes
|
||||
/.jscs.json
|
||||
/.mailmap
|
||||
/.travis.yml
|
||||
|
||||
/build
|
||||
/speed
|
||||
/test
|
||||
|
Loading…
Reference in New Issue
Block a user