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:
Michał Gołębiowski 2013-11-15 15:55:59 +01:00
parent fd0bce0758
commit 2d73150511
2 changed files with 11 additions and 9 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -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