Skip to content

Commit 225b6b5

Browse files
authored
Merge pull request db-migrate#684 from Marsup/ignore-dev-files
Ignore development files for npm package
2 parents 8a738cd + 0ba153c commit 225b6b5

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)