We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f4e52 commit 2157c6fCopy full SHA for 2157c6f
1 file changed
.gitignore
@@ -8,6 +8,8 @@ js-dist/src/authzedapi/authzed/api/v1alpha1
8
# Because of how node's dependency management works,
9
# and the fact that a lockfile in a published package
10
# isn't exported, keeping these files out of the repo
11
-# will
+# will make our tests reflect installed usage more closely.
12
yarn.lock
13
package-lock.json
14
+js-dist/yarn.lock
15
+js-dist/package-lock.json
0 commit comments