Skip to content
This repository was archived by the owner on Sep 30, 2018. It is now read-only.

Commit 7e1aa6c

Browse files
committed
chore(model): add .npmignore file to override .gitignore of compiled sources for publishing
1 parent dbc356f commit 7e1aa6c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.npmignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# IDEs
2+
.idea/
3+
jsconfig.json
4+
.vscode/
5+
6+
# Misc
7+
node_modules/
8+
npm-debug.log*
9+
yarn-error.log*
10+
11+
# Mac OSX Finder files.
12+
**/.DS_Store
13+
.DS_Store

0 commit comments

Comments
 (0)