Files
go-garth/.gitignore
2025-09-03 08:29:15 -07:00

15 lines
123 B
Plaintext

# Ignore environment files
.env
# IDE files
.vscode/
.idea/
# Build artifacts
bin/
dist/
# OS files
.DS_Store
Thumbs.db