Skip to content

Commit 99b6133

Browse files
committed
Checkpoint commit
1 parent afbf487 commit 99b6133

3 files changed

Lines changed: 8 additions & 1873 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ src/authzedapi/authzed/api/v0
44
src/authzedapi/authzed/api/v1alpha1
55
js-dist/src/authzedapi/authzed/api/v0
66
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)