Skip to content

Commit 762e8a7

Browse files
author
robin
committed
fix(gitignore): correct node_modules entry and remove specific plugin exceptions
1 parent 78714e8 commit 762e8a7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ui/.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
4+
node_modules
55
/.pnp
66
.pnp.js
77

@@ -36,6 +36,4 @@ package-lock.json
3636
/src/plugins/*
3737
!/src/plugins/builtin
3838
!/src/plugins/Demo
39-
!/src/plugins/answer-chart
40-
!/src/plugins/answer-formula
4139
/src/plugins/*/*.go

0 commit comments

Comments
 (0)