Skip to content

Commit d5978ab

Browse files
committed
Git/npm ignore package tarballs & dist-demo
(Ignore tarballs to prevent accidental publish of `npm pack` output)
1 parent 46b8e20 commit d5978ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/node_modules/
22
/dist/*
3+
/dist-demo/*
34
npm-debug.log
5+
react-lifecycle-visualizer-*.tgz

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.history
2+
dist-demo
23
examples
34
images
45
public
@@ -7,4 +8,5 @@ src
78
.eslintrc.js
89
.gitignore
910
jsconfig.json
11+
react-lifecycle-visualizer-*.tgz
1012
webpack.config.js

0 commit comments

Comments
 (0)