Files
estus-shots/.gitignore
2025-10-15 10:01:47 +02:00

37 lines
299 B
Plaintext

# Build outputs
bin/
build/
# Go tool artifacts
*.test
coverage.out
# Compiled binaries and objects
*.exe
*.dll
*.lib
*.obj
*.o
*.so
*.dylib
*.a
*.pdb
*.ilk
*.map
# Logs and temporary files
*.log
*.out
*.err
*.tmp
*.temp
# Editor and tool artifacts
*.swp
*~
.DS_Store
Thumbs.db
.idea/
.vscode/