Gitignore
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Cache files
|
||||||
|
.cache
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
.idea
|
||||||
|
.zed
|
||||||
|
|
||||||
|
# Build directories
|
||||||
|
cmake-build-debug
|
||||||
|
|
||||||
|
# Other
|
||||||
|
.continue
|
||||||
|
.clangd
|
||||||
|
|
||||||
|
# Optional: Ignore specific files in resources if needed
|
||||||
|
# resources/temp/
|
||||||
|
# resources/*.log
|
||||||
Reference in New Issue
Block a user