8000 Drop vscode dir from node module · kpdecker/jsdiff@6aca3fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 6aca3fc

Browse files
committed
Drop vscode dir from node module
1 parent 305a2b3 commit 6aca3fc

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ npm-debug.log
44
lib
55
dist
66
yarn-error.log
7+
.vscode

.npmignore

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
components
2-
coverage
3-
examples
4-
images
5-
src
6-
tasks
7-
test
1+
.babelrc
82
.eslintrc
93
.gitignore
10-
.travis.yml
114
.npmignore
5+
.travis.yml
6+
.vscode
7+
components
8+
coverage
9+
examples
1210
Gruntfile.js
11+
images
1312
index.html
1413
karma.conf.js
14+
rollup.config.js
15+
src
1516
style.css
16-
.babelrc
17+
tasks
18+
test
19+
yarn-error.log
1720
yarn.lock

0 commit comments

Comments
 (0)
0