Skip to content

Commit bd044b9

Browse files
committed
npmignore
1 parent 002215c commit bd044b9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ temp
88
test/actual
99
tmp
1010
TODO.md
11-
vendor
11+
vendor
12+
*.DS_Store

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.sublime-*
2+
_gh_pages
3+
actual
4+
bower_components
5+
node_modules
6+
npm-debug.log
7+
temp
8+
test/actual
9+
tmp
10+
TODO.md
11+
vendor
12+
*.DS_Store
13+
14+
15+
# npmignore
16+
.*
17+
test.js

0 commit comments

Comments
 (0)