Skip to content

Commit 1349230

Browse files
committed
chore: fix npm ignore
1 parent 684dd64 commit 1349230

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ build/Release
4646
mock
4747

4848
.DS_Store
49+
50+
.idea

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
example/
22
node_modules
3-
.DS_Store
3+
.DS_Store
4+
.idea

0 commit comments

Comments
 (0)