modified gamebnoard toml and dockerfile
This commit is contained in:
parent
9d1fc63464
commit
d9b0f9dbb7
6 changed files with 1088 additions and 9 deletions
22
gameboard-service/.dockerignore
Normal file
22
gameboard-service/.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# General
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
# Node
|
||||
node_modules
|
||||
|
||||
# SvelteKit
|
||||
.output
|
||||
.svelte-kit
|
||||
/build
|
||||
/package
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Netlify
|
||||
.netlify
|
||||
Loading…
Add table
Add a link
Reference in a new issue