Skip to content

Commit 2157c6f

Browse files
committed
Finish adding note on lockfile exclusion
1 parent 25f4e52 commit 2157c6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ js-dist/src/authzedapi/authzed/api/v1alpha1
88
# Because of how node's dependency management works,
99
# and the fact that a lockfile in a published package
1010
# isn't exported, keeping these files out of the repo
11-
# will
11+
# will make our tests reflect installed usage more closely.
1212
yarn.lock
1313
package-lock.json
14+
js-dist/yarn.lock
15+
js-dist/package-lock.json

0 commit comments

Comments
 (0)