mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* Ignore user generated backgrounds in the assets/backgrounds folder. * Add back newline at end of file in .gitignore
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
compiler/
|
|
logs/
|
|
saves/
|
|
zig-out/
|
|
zig-cache/
|
|
.zig-cache/
|
|
serverAssets/
|
|
settings.json
|
|
gui_layout.json
|
|
|
|
test.png
|
|
|
|
# Ignore user generated backgrounds
|
|
/assets/backgrounds/client_*.png
|