Implement initial API structure with Docker support, CI/CD workflows, and authentication features
Despliegue Automático / desplegar (push) Failing after 1m29s

This commit is contained in:
2026-05-18 18:43:33 +02:00
commit 9d117a5887
23 changed files with 1091 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Dependencies
node_modules/
pnpm-lock.yaml
# Environment variables
.env
.env.local
.env.*.local
.envGitea
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Database
*.sqlite
*.db
*.sqlite3
# OS
.DS_Store
Thumbs.db
# Build output
dist/
build/
# Temporary files
tmp/
temp/
*.tmp