feat: add deployment stuff

This commit is contained in:
2024-12-16 16:41:29 +01:00
parent 099c777f3b
commit 48bcbf6bc5
5 changed files with 134 additions and 3 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Ignore node_modules and build output
node_modules
.next
out
# Ignore logs and temporary files
*.log
*.tmp
*.swp
# Ignore local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore Docker files
Dockerfile
docker-compose.yml
# Ignore git files
.git
.gitignore
# Ignore editor directories and files
.vscode
.idea
*.sublime-project
*.sublime-workspace
# Ignore other unnecessary files
README.md
dev/