refactor: move development scripts into seperate folder

This commit is contained in:
Elias Schneider
2024-10-23 10:26:18 +02:00
parent a1985ce1b2
commit 3a300a2b51
3 changed files with 18 additions and 0 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
node_modules
# Output
.output
.vercel
/frontend/.svelte-kit
/frontend/build
/backend/bin
# Env
.env
.env.*
# Application specific
data
/scripts/development