Skip to content

Commit 4dc6761

Browse files
committed
Update .npmignore to ignore .github and test folders
1 parent 3a9abb2 commit 4dc6761

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/ember-cli-fastboot/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/CONTRIBUTING.md
2626
/ember-cli-build.js
2727
/testem.js
28+
/test/
2829
/tests/
2930
/yarn.lock
3031
.gitkeep

packages/fastboot-app-server/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
.eslintcache
33
.eslintignore
44
.eslintrc.js
5+
.mocharc.js
56
.travis.yml
67
test/
8+
/.github/
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
test
21
.gitignore
32
.eslintcache
43
.eslintignore
54
.eslintrc.js
5+
.mocharc.js
66
.travis.yml
7+
test/
8+
/.github/

0 commit comments

Comments
 (0)