Files
go-garth/.gitignore

19 lines
153 B
Plaintext

# Ignore environment files
.env
# IDE files
.vscode/
.idea/
#code samples
garth-python/
# Build artifacts
bin/
dist/
# OS files
.DS_Store
Thumbs.db