diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-15 15:55:59 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-12-18 15:16:21 +0100 |
commit | 2d7315051193212fca6e7d64a3de87d96977c418 (patch) | |
tree | 0576f38571af10d775660a15811feb54ed494309 /.npmignore | |
parent | fd0bce07584b73fb755574c4d462e0b175d1c6b6 (diff) | |
download | jquery-2d7315051193212fca6e7d64a3de87d96977c418.tar.gz jquery-2d7315051193212fca6e7d64a3de87d96977c418.zip |
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.
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.npmignore b/.npmignore index 916b4c532..595cb6ac9 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,12 @@ -.editorconfig -.gitattributes -.jscs.json .jshintignore .jshintrc -.mailmap -.travis.yml + +/.editorconfig +/.gitattributes +/.jscs.json +/.mailmap +/.travis.yml + /build /speed /test |