Improve compatibility with Jetbrains IDEs (#3337)

This commit is contained in:
ICYPhoenix7
2024-07-13 04:24:59 -07:00
committed by GitHub
parent 8cb0d18901
commit c75c0d85c8
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@ -3,6 +3,10 @@
.vscode/*
!.vscode/launch.json
.cache/
.idea/*
cmake-build-debug-visual-studio/*
cmake-build-release-visual-studio/*
cmake-build-relwithdebinfo-visual-studio/*
# output directory
build/