-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 748 Bytes
/
.gitignore
File metadata and controls
43 lines (37 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# node modules
node_modules
# build path
dist/*
# environmental variables
/.env
.env
.env.local
# yarn error log
yarn-error.log
# vscode config
.vscode
#coverage
coverage
src/utils/.DS_Store
src/services/.DS_Store
.DS_Store
# Claude local settings (user-specific)
.claude/
/certs/
frontend/.env
smart-contracts/registry/wallet1.addr
smart-contracts/registry/wallet1.sk
.env.*
!.env.example
smart-contracts/payment/wallet_2_.sk
smart-contracts/payment/wallet_2_.addr
# Mock data scripts (local dev only)
scripts/add-mock-payments.ts
otelcol-contrib
test-output/example-invoice.pdf
test-output/minimal-invoice.pdf
tests/e2e/.e2e-global-state.json
scripts/example-invoice.pdf
scripts/example-invoice.html
# Prisma Generated Files
src/generated/