initialize server project with basic structure and dependencies

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-02 14:30:20 +02:00
commit 7e2ba65c54
7 changed files with 851 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Server-specific ignores
node_modules/
dist/
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db