chore: add project gitignore
This commit is contained in:
+18
@@ -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/
|
||||
Reference in New Issue
Block a user