mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add Visual Studio stuff to .gitignore (#3759)
Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
parent
ec4b1627d7
commit
7d9c3c65da
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -79,9 +79,11 @@ Thumbs.db
|
|||
|
||||
# Other editors/IDEs
|
||||
.vscode
|
||||
.vs
|
||||
.idea
|
||||
dependencies
|
||||
.cache
|
||||
.editorconfig
|
||||
|
||||
### CMake ###
|
||||
CMakeLists.txt.user
|
||||
|
@ -96,6 +98,8 @@ compile_commands.json
|
|||
CTestTestfile.cmake
|
||||
_deps
|
||||
CMakeUserPresets.json
|
||||
CMakePresets.json
|
||||
CMakeSettings.json
|
||||
|
||||
### CMake Patch ###
|
||||
# External projects
|
||||
|
|
Loading…
Reference in a new issue