Skip to content

Commit 80f12a4

Browse files
do not ignore build/plotcss and build/ploticon
1 parent 325a7ad commit 80f12a4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
node_modules
22

33
build/*
4+
5+
!build/plotcss.js
6+
!build/ploticon.js
47
!build/README.md
58

69
npm-debug.log

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
build/*
2+
3+
!build/plotcss.js
4+
!build/ploticon.js
25
!build/README.md
36

47
devtools

0 commit comments

Comments
 (0)