Initial import of map-asset-gateway
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# Local machine configuration
|
||||
config/service.env
|
||||
|
||||
# Runtime data and generated assets
|
||||
data/
|
||||
logs/
|
||||
temp/
|
||||
.tmp/
|
||||
|
||||
# Go local caches
|
||||
.gocache/
|
||||
.gomodcache/
|
||||
.gotmp/
|
||||
.gopath/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Build and test artifacts
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
*.err
|
||||
*.log
|
||||
*.pid
|
||||
coverage.out
|
||||
|
||||
# OS / editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user