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

Commit 1d1d8e6

Browse files
committed
Ignore npm-pack'd tarballs
It's frequently necessary to run npm-pack when validating the package tarball is created correctly. This ensures the tarballs are themselves ignored from git. (Keeping user-specific ignores, but those shouldn't be in a repo ignore. User-specific ignores that are OS or IDE specific should be in the user's own ignore file.)
1 parent 5034354 commit 1d1d8e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
.DS_STORE
1+
node_modules/
2+
/packages/*/optimizely-*.tgz
3+
24
npm-debug.log
3-
dist
4-
node_modules
55
lerna-debug.log
66

77
coverage/
8+
dist/
89

10+
# user-specific ignores ought to be defined in user's `core.excludesfile`
911
.idea/*
12+
.DS_STORE

0 commit comments

Comments
 (0)