mirror of
https://github.com/sal063/AC6_recomp
synced 2026-05-23 15:02:02 -04:00
43 lines
495 B
Plaintext
43 lines
495 B
Plaintext
# Build output
|
|
out/
|
|
bin/
|
|
|
|
# Generated recomp code
|
|
generated/
|
|
|
|
# Game assets (user-supplied)
|
|
assets/
|
|
*.xex
|
|
*.iso
|
|
*.god
|
|
*.zar
|
|
*.pkg
|
|
*.bin
|
|
|
|
# VS local settings
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Copilot and debugging workflow
|
|
.github/instructions/
|
|
|
|
# CMake user presets (machine-local)
|
|
CMakeUserPresets.json
|
|
|
|
# Local git worktrees
|
|
.worktrees/
|
|
|
|
# Local notes, backups, and scratch work
|
|
.claude/
|
|
backup/
|
|
OLD_XENON_BUILD/
|
|
rexglue_sdk_new/
|
|
autoresearch/
|
|
*.bak
|
|
*.tmp
|
|
*.md
|
|
tmp_*.py
|
|
build_*.txt
|
|
*.log
|
|
New Text Document.txt
|