Skip to content

Commit 9f47d4a

Browse files
author
vouill
committed
Add npmignore and improved gitignore
1 parent f686cd0 commit 9f47d4a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ test/unit/coverage
66
test/e2e/reports
77
selenium-debug.log
88
.idea
9+
lib/
10+
docs/

.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.DS_Store
2+
node_modules/
3+
dist/
4+
npm-debug.log
5+
test/unit/coverage
6+
test/e2e/reports
7+
selenium-debug.log
8+
.idea
9+
src
10+
config
11+
build
12+
index.html

0 commit comments

Comments
 (0)