Skip to content

Commit

Permalink
Add missing leading slashes in .gitignore and .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eush77 committed Sep 30, 2014
1 parent 2829e70 commit 5f873e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules/
lib/
/lib/
8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/
scripts/
test/
Makefile
/src/
/scripts/
/test/
/Makefile

0 comments on commit 5f873e2

Please sign in to comment.