Skip to content

Commit 0ba153c

Browse files
committed
chore(package): Ignore development files for npm package
Fixes db-migrate#683. Signed-off-by: Nicolas Morel <[email protected]>
1 parent 8a738cd commit 0ba153c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.npmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.github
1+
.*
22
test
33
migrations
44
VCSeeder
@@ -9,4 +9,8 @@ database.json
99
*.sublime-project
1010
*.sublime-workspace
1111
archive
12-
.db-migraterc
12+
coverage.html
13+
Makefile
14+
*.md
15+
commitlint.config.js
16+
generateLoader.js

0 commit comments

Comments
 (0)