mirror of
https://gitlab.com/VoidEUW/stacat.git
synced 2025-12-12 15:18:41 +00:00
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
# .gitignore
|
|
|
|
.DS_Store
|
|
|
|
# ignore IDE
|
|
.vscode
|
|
|
|
# ignore obj and build
|
|
obj
|
|
build
|
|
|
|
# ignore examples
|
|
playground.scat
|
|
test.scat |