-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (92 loc) · 2.24 KB
/
Copy path.gitignore
File metadata and controls
95 lines (92 loc) · 2.24 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/tmp
node_modules
.DS_Store
.pnpm-store/
# We only want a top-level `pnpm-lock.yaml` file.
community/**/bun.lock
community/**/package-lock.json
community/**/pnpm-lock.yaml
community/**/yarn.lock
kit/**/bun.lock
kit/**/package-lock.json
kit/**/pnpm-lock.yaml
kit/**/yarn.lock
mobile/**/bun.lock
mobile/**/package-lock.json
mobile/**/yarn.lock
web3js/**/bun.lock
web3js/**/package-lock.json
web3js/**/pnpm-lock.yaml
web3js/**/yarn.lock
# Ignore any dist, tmp, or node_modules directories
community/**/.env
community/**/.env.local
community/**/.next
community/**/anchor/target/.rustc_info.json
community/**/anchor/target/debug
community/**/anchor/target/deploy
community/**/anchor/target/release
community/**/anchor/target/sbf-solana-solana
community/**/anchor/target/sbpf-solana-solana
community/**/anchor/target/test-ledger
community/**/dist
community/**/next-env.d.ts
community/**/node_modules
community/**/tmp
kit/**/.env
kit/**/.env.local
kit/**/.next
kit/**/anchor/target/
kit/**/anchor/target/.rustc_info.json
kit/**/anchor/target/debug
kit/**/anchor/target/deploy
kit/**/anchor/target/release
kit/**/anchor/target/sbf-solana-solana
kit/**/anchor/target/sbpf-solana-solana
kit/**/anchor/target/test-ledger
kit/**/dist
kit/**/next-env.d.ts
kit/**/node_modules
kit/**/tmp
mobile/**/*.iml
mobile/**/.env
mobile/**/.env.local
mobile/**/.expo/
mobile/**/.externalNativeBuild
mobile/**/.gradle
mobile/**/.idea
mobile/**/.kotlin
mobile/**/.next
mobile/**/anchor/target/
mobile/**/anchor/target/.rustc_info.json
mobile/**/anchor/target/debug
mobile/**/anchor/target/deploy
mobile/**/anchor/target/release
mobile/**/anchor/target/sbf-solana-solana
mobile/**/anchor/target/sbpf-solana-solana
mobile/**/anchor/target/test-ledger
mobile/**/android
mobile/**/build
mobile/**/captures
mobile/**/dist
mobile/**/ios
mobile/**/local.properties
mobile/**/next-env.d.ts
mobile/**/node_modules
mobile/**/tmp
web3js/**/.env
web3js/**/.env.local
web3js/**/.next
web3js/**/anchor/target/.rustc_info.json
web3js/**/anchor/target/debug
web3js/**/anchor/target/deploy
web3js/**/anchor/target/release
web3js/**/anchor/target/sbf-solana-solana
web3js/**/anchor/target/sbpf-solana-solana
web3js/**/anchor/target/test-ledger
web3js/**/dist
web3js/**/next-env.d.ts
web3js/**/node_modules
web3js/**/tmp
# AI
**/.claude/