mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-21 10:18:17 +02:00
.gitignore add VS Code and JetBrains CLion files
This commit is contained in:
parent
bfee5e3023
commit
f369cb80ba
5
.gitignore
vendored
5
.gitignore
vendored
@ -16,6 +16,7 @@
|
|||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
/.idea/
|
/.idea/
|
||||||
|
/.history/
|
||||||
/coverage/
|
/coverage/
|
||||||
/cmake-build-debug/
|
/cmake-build-debug/
|
||||||
|
|
||||||
@ -40,6 +41,7 @@
|
|||||||
/datagen/
|
/datagen/
|
||||||
/build/
|
/build/
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
|
*.swp
|
||||||
|
|
||||||
# Legacy locations of generated files (no longer in use)
|
# Legacy locations of generated files (no longer in use)
|
||||||
/src/boxes
|
/src/boxes
|
||||||
@ -59,5 +61,8 @@ CMakeUserPresets.json
|
|||||||
/boxes.portable.*.nupkg
|
/boxes.portable.*.nupkg
|
||||||
*.nupkg.zip
|
*.nupkg.zip
|
||||||
|
|
||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
/vs
|
/vs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user