microservices/gameboard-service/.dockerignore

25 lines
278 B
Text
Raw Normal View History

2025-08-25 14:23:55 -07:00
# flyctl launch added from .gitignore
# General
2025-08-25 14:23:55 -07:00
**/.DS_Store
**/.vscode
# Node
2025-08-25 14:23:55 -07:00
**/node_modules
# SvelteKit
2025-08-25 14:23:55 -07:00
**/.output
**/.svelte-kit
build
package
2025-08-25 14:23:55 -07:00
**/.env
**/.env.*
!**/.env.example
2025-08-25 14:23:55 -07:00
**/vite.config.js.timestamp-*
**/vite.config.ts.timestamp-*
# Netlify
2025-08-25 14:23:55 -07:00
**/.netlify
fly.toml