Initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# CMake/Meson
|
||||
build*
|
||||
cmake-build-*
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
|
||||
# LSPs
|
||||
.ccls
|
||||
.ccls-cache
|
||||
.cache
|
||||
compile_commands.json
|
||||
|
||||
# JetBrains Fleet
|
||||
.fleet
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
|
||||
# ImGui
|
||||
imgui.ini
|
||||
Reference in New Issue
Block a user