Files
freemoto/.gitignore
Pedan a2743dd7fb
Some checks failed
build-and-push / docker (push) Failing after 10m36s
complete overhaul
2025-09-18 00:23:21 +02:00

48 lines
519 B
Plaintext

# 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/
custom_tiles/
custom_files/