feat: docker and versioning stuff

This commit is contained in:
2026-05-14 22:19:03 +02:00
parent d065d90fe1
commit 762b3ef0ab
9 changed files with 72 additions and 20 deletions
+35
View File
@@ -0,0 +1,35 @@
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE files
.idea/
.vscode/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.*
!.env.example
# Dependencies and build output
node_modules/
dist/
build/
coverage/
# Docker/local runtime artifacts
*.pid
*.seed
*.pid.lock
# Temporary files
tmp/
temp/
.cache/