chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and environment files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d9ea8e5221
commit
157905b8fc
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -40,3 +40,11 @@ build/
|
|||
# Rust build artifacts
|
||||
src/simulator/target/
|
||||
.local/
|
||||
|
||||
# Compiled GDExtension binaries — built per-host, never rsync from one arch to another.
|
||||
# macOS has no cargo (or a stale one); apricot compiles. Including these in rsync
|
||||
# clobbers the apricot-side fresh binary with our stale mac-side one.
|
||||
src/game/engine/addons/magic_civ_physics/*.so
|
||||
src/game/engine/addons/magic_civ_physics/*.dll
|
||||
src/game/engine/addons/magic_civ_physics/*.dylib
|
||||
src/game/engine/addons/magic_civ_physics/*.framework/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue