Skip to content

Commit 5d2e111

Browse files
author
Dane Springmeyer
committed
avoid TryGhost#861 from happening again by adding to npmignores
1 parent 34e1a40 commit 5d2e111

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ test/tmp
2020
test/nw/app.nw
2121
.DS_Store
2222
.idea
23+
.dtps
24+
local.env
25+
.mason
26+
.eslintrc.js
27+
setup.sh

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ Makefile
1010
scripts
1111
.travis.yml
1212
examples
13+
.dtps
14+
local.env
15+
.mason
16+
.eslintrc.js
17+
setup.sh

0 commit comments

Comments
 (0)