Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 547e2a0

Browse files
author
Adam Braimbridge
committed
Added .npmignore
1 parent 5a141ff commit 547e2a0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.npmignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# dependencies
2+
/node_modules/
3+
4+
# tests
5+
coverage/
6+
reports/
7+
tests/
8+
test/
9+
jest.config.js
10+
11+
# files
12+
.circleci
13+
.github
14+
.babelrc
15+
.editorconfig
16+
.eslintrc.yml
17+
.gitattributes
18+
.gitignore
19+
.npmignore
20+
.idea/
21+
.DS_Store
22+
23+
renovate.json
24+
nodemon.json
25+
ft.yml
26+
Makefile
27+
secret-squirrel.js
28+
yarn.lock
29+
CODEOWNERS

0 commit comments

Comments
 (0)