First Commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Go build artifacts
|
||||
/bin/
|
||||
/dist/
|
||||
/out/
|
||||
/coverage.txt
|
||||
*.test
|
||||
|
||||
# IDE/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
data/
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Env/config overrides
|
||||
shard.yaml
|
||||
.env
|
Reference in New Issue
Block a user