-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 1.39 KB
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 1.39 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
# ─── Rust build output ────────────────────────────────────────────────────────
/target/
Cargo.lock
# ─── PS1 build artifacts ──────────────────────────────────────────────────────
crt0.o
hellgrid.bin
hellgrid.cue
hellgrid.exe
hellgrid.map
/disc/
# ─── Generated assets (produced by tools/prepare_assets.py) ──────────────────
/assets/tim/
/assets/vag/
/assets/generated/
src/assets_data.rs
# ─── OS / editor ──────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
*.swp
*.swo
*~
.vscode/
.idea/
# ─── Python ───────────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
.venv/
# ─── Temp files ───────────────────────────────────────────────────────────────
*.tmp
*.bak