Skip to content

Commit 8358550

Browse files
committed
fix root .gitignore
1 parent 99bda43 commit 8358550

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
node_modules
2-
*.sublime*
32

43
build/*
5-
64
!build/plotcss.js
75
!build/ploticon.js
86
!build/README.md
97

108
npm-debug.log*
9+
*.sublime*
1110

1211
.*
13-
!/.gitignore
14-
!/.npmignore
15-
!/.eslintrc
16-
!/.eslintignore
12+
!.gitignore
13+
!.npmignore
14+
!.eslintrc
15+
!.eslintignore

0 commit comments

Comments
 (0)