Skip to content

Commit 7b9663d

Browse files
committed
Update ignore files.
1 parent 90000de commit 7b9663d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Mac OS X
22
.DS_Store
3+
34
# Node.js
45
node_modules
56
npm-debug.log

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# Project
21
README.md
32
Makefile
4-
docs/
3+
doc/
54
examples/
65
test/
76

87
# Mac OS X
98
.DS_Store
9+
1010
# Node.js
1111
.npmignore
1212
node_modules/
1313
npm-debug.log
14+
1415
# Git
1516
.git*

0 commit comments

Comments
 (0)