This commit is contained in:
2026-05-10 15:10:25 +02:00
commit 63b661a538
23 changed files with 5765 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Build directories
cmake-build-*/
build/
out/
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
compile_commands.json
Makefile
# Ninja
.ninja_deps
.ninja_log
# CLion / IntelliJ
.idea/
# macOS
.DS_Store
# Linux
*.swp
# Windows
*.exe
*.dll
*.pdb
# Compiled objects
*.o
*.obj
*.a
*.lib
*.so
*.dylib
# Executables
*.out
# Raylib generated assets/cache if needed
*.rres