-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (41 loc) · 755 Bytes
/
.gitignore
File metadata and controls
52 lines (41 loc) · 755 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
44
45
46
47
48
49
50
51
52
# Generated files
/target/
**/*.rs.bk
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.log
*.tmp
# Local config
.env
.env.local
# Downloaded binaries
.bin/
# Node.js
node_modules/
package-lock.json
pnpm-lock.yaml
.papi/
# Exception: commit console-ui PAPI config + metadata for CI builds
# (papi generate needs these to produce descriptors without a running chain)
!user-interfaces/console-ui/.papi/
user-interfaces/console-ui/.papi/descriptors/dist/
.vite/
tsconfig.tsbuildinfo
# Generated chain specs
zombienet/storage-local-spec.json
# Build output
**/dist/
# Lockfiles are per-project, not committed
# (each UI project has its own package manager)
# Binary/generated docs
*.docx
# Screenshots
Screenshot.png