19 lines
241 B
Plaintext
19 lines
241 B
Plaintext
# 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/
|