First commit
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Go build artifacts
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go modules cache
|
||||
vendor/
|
||||
|
||||
# Dependency directories
|
||||
# /go/
|
||||
|
||||
# IDE/editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
# Docker
|
||||
*.tar
|
||||
|
||||
# Node/npm
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Custom tiles or generated map data
|
||||
backend/custom_tiles
|
||||
|
||||
# Gitea
|
||||
.gitea/workflows/*.log
|
||||
|
||||
# Static build output
|
||||
dist/
|
||||
build/
|
||||
Reference in New Issue
Block a user