chore: add project gitignore

This commit is contained in:
2026-09-09 10:28:26 +02:00
parent 769e85e4e4
commit 421f5c6ced
+18
View File
@@ -0,0 +1,18 @@
# CMake build directories
/build/
/build_windows/
/cmake-build-*/
# Windows output staging
/SerumAlt_Windows/
# CMake generated files
CMakeUserPresets.json
compile_commands.json
# IDE and OS files
.vscode/
.idea/
*.user
.DS_Store
.cache/