We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbf487 commit 99b6133Copy full SHA for 99b6133
3 files changed
.gitignore
@@ -4,3 +4,10 @@ src/authzedapi/authzed/api/v0
4
src/authzedapi/authzed/api/v1alpha1
5
js-dist/src/authzedapi/authzed/api/v0
6
js-dist/src/authzedapi/authzed/api/v1alpha1
7
+
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
12
+yarn.lock
13
+package-lock.json
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
0 commit comments