kevo/.gitignore
Jeremy Tregunna 8a401f2536
All checks were successful
Go Tests / Run Tests (1.24.2) (push) Successful in 9m38s
fix: address iterator duplicate key bug and enhance CLI with readline support
2025-04-20 13:06:38 -06:00

28 lines
278 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the coverage, benchmarking, etc.
*.out
*.prof
benchmark-data
# Executables
./gs
./storage-bench
# Dependency directories
vendor/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# macOS files
.DS_Store