Skip to content

Commit 0274c56

Browse files
committed
Keep repo minimal.
Now that I understand npm a little bit better I see why many authors don't store `lib` and `dist` in the GitHub repo. These items are generated on the fly using the `prepublish` hook and included in the npm module. But they don't need to be stored in the GitHub repo. I'm about 90% sure that's accurate at least.
1 parent 0086025 commit 0274c56

9 files changed

+11
-833
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
dist
2+
lib
13
node_modules
24
npm-debug.log

0 commit comments

Comments
 (0)