Skip to content

Commit 509c002

Browse files
committed
Add homebrew files to the npm ignore
1 parent 414fac1 commit 509c002

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.npmignore

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
1-
source
2-
**/_tests
3-
flow-typed
1+
.babelrc
2+
.editorconfig
3+
.flowconfig
4+
.jest
45
.vscode
5-
docs
6-
*.yml
76
*.lock
8-
.flowconfig
9-
.editorconfig
10-
.babelrc
11-
scripts
7+
*.yml
8+
**/_tests
9+
brew-distribution
10+
coverage
11+
dangerfile.circle.js
12+
dangerfile.flow.js
13+
dangerfile.lite.ts
1214
dangerfile.ts
15+
docs
1316
env
17+
flow-typed
1418
jsconfig.json
15-
coverage
16-
.jest
17-
types
18-
tsconfig
19+
scripts
20+
source
1921
test-results.json
2022
test.json
21-
yarn-error.log
22-
dangerfile.circle.js
23-
dangerfile.flow.js
24-
dangerfile.lite.ts
2523
tests.json
24+
tsconfig
2625
tsconfig.json
2726
tsconfig.production.json
2827
tslint.json
28+
types
2929
wallaby.js
30+
yarn-error.log

0 commit comments

Comments
 (0)