Skip to content

Commit 6a8b381

Browse files
committed
chore: add .config.js to gitignore and npmignore
1 parent f51c4aa commit 6a8b381

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ tools/31*
3636
docs/*.html
3737

3838
test/files/main.js
39+
40+
.config.js

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ tools/31*
1919
data/
2020

2121
test/files
22+
23+
.config.js

0 commit comments

Comments
 (0)