donIV-cli/.gitignore
2025-01-31 18:28:43 +00:00

30 lines
219 B
Plaintext

# Visual Studio Code
.vscode/
# IntelliJ IDEs
.idea/
# CMake
build/
target/
out/
# clangd
.cache/
# Build artefacts
*.exe
*.dll
*.lib
*.pdb
*.dylib
*.so
*.o
*.a
# Binaries
# *.bin
# Miscellaneous stuff
.directory