Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 9079054

Browse files
committed
⚗️ Improve Lerna release process.
1 parent 1cd2487 commit 9079054

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Ignore source folder.
2+
src
3+
4+
# Ignore lock files.
5+
package-lock.json
6+
7+
# Ignore error logs.
8+
*.log
9+
.dccache
10+
11+
# Ignore documentation.
12+
stories
13+
RELEASING.md
14+
15+
# Miscellaneous.
16+
node_modules
17+
.DS_Store

0 commit comments

Comments
 (0)