Skip to content

Commit 4db513e

Browse files
committed
Update .gitignore files across multiple examples to include new directories and remove unused data.json
1 parent 42c7773 commit 4db513e

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

note-send-proof/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ target
33
codegenCache.json
44
artifacts
55
dist
6+
pxe-test-data/
7+
pxe-data-gen/

note-send-proof/data.json

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
node_modules/
2+
target/
3+
artifacts/
4+
dist/
5+
codegenCache.json
6+
pxe-test-data/
7+
pxe-data-gen/
8+
*.log
9+
.DS_Store
10+
bun.lockb
11+
yarn.lock
12+
data.json

prediction-market/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ node_modules/
44
dist/
55
*.log
66
.DS_Store
7+
codegenCache.json
8+
pxe-test-data/
9+
bun.lockb

streaming-payments/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node_modules/
2+
target/
3+
artifacts/
4+
dist/
5+
codegenCache.json
6+
pxe-test-data/
7+
pxe-test-data-2/
8+
pxe-data-gen/
9+
*.log
10+
.DS_Store
11+
.deps/

0 commit comments

Comments
 (0)