-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (33 loc) · 1.45 KB
/
.gitignore
File metadata and controls
39 lines (33 loc) · 1.45 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
# ── Rust build artifacts ──────────────────────────────────────────────────────
/target
**/*.rs.bk
Cargo.lock.bk
# ── IDE and editor files ──────────────────────────────────────────────────────
.idea/
.vscode/
*.iml
*.swp
*.swo
.DS_Store
Thumbs.db
# ── conan runtime data ────────────────────────────────────────────────────────
# Do not commit local scan databases or daemon logs
*.db
*.db-shm
*.db-wal
*.log
# The user's local data directory
.conan/
# ── Secrets and environment ───────────────────────────────────────────────────
.env
.env.*
!.env.example
*.pem
*.key
# ── Build outputs ─────────────────────────────────────────────────────────────
dist/
*.tar.gz
*.zip
# ── Test artifacts ────────────────────────────────────────────────────────────
/tmp/
conan_history_*.db