frontend implementation

This commit is contained in:
Roger Oriol
2025-10-09 20:19:20 +02:00
parent a1cede4157
commit efa7ff1d39
19 changed files with 3072 additions and 71 deletions

37
.dockerignore Normal file
View File

@@ -0,0 +1,37 @@
# Git files
.git
.gitignore
.jj
# Node modules (will be installed in container)
node_modules
backend/node_modules
# Database files (use volume mount for persistence)
data/
*.db
*.db-journal
# Documentation and planning
README.md
PLAN.md
CLAUDE.md
# Development files
.vscode
.idea
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~