mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
a recent Visual Studio update introduced an error unless there is a CMakePresets.json file present, completely blowing up the previous setup. after this commit, you should either delete the CMakeUserPresets.json file from your root or add it to your system - NOT repo! - excludesFile: https://stackoverflow.com/questions/7335420/global-git-ignore
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
# CLion
|
|
/.idea/
|
|
/cmake-build-*/
|
|
|
|
# Visual Studio 2022
|
|
/.vs/
|
|
/build/
|
|
/out/
|
|
/CMakePresets.json
|
|
/CMakeSettings.json
|
|
/lib/
|