2025-12-10 13:23:17 +01:00
|
|
|
# Dependencies (will be installed fresh in container)
|
2022-01-24 16:41:23 +01:00
|
|
|
node_modules/
|
2025-12-10 13:23:17 +01:00
|
|
|
|
|
|
|
|
# Database and config (mounted as volumes)
|
2022-01-24 16:41:23 +01:00
|
|
|
db/
|
2025-06-04 09:46:07 +02:00
|
|
|
conf/
|
2025-12-10 13:23:17 +01:00
|
|
|
|
|
|
|
|
# Git
|
2022-01-24 16:41:23 +01:00
|
|
|
.git/
|
|
|
|
|
.github/
|
2025-12-10 13:23:17 +01:00
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# IDE and editor
|
|
|
|
|
.idea/
|
|
|
|
|
.vscode/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
test/
|
|
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
|
doc/
|
|
|
|
|
*.md
|
|
|
|
|
!README.md
|
|
|
|
|
|
|
|
|
|
# Development config files
|
|
|
|
|
.babelrc
|
|
|
|
|
.husky/
|
|
|
|
|
.nvmrc
|
|
|
|
|
.prettierrc
|
|
|
|
|
.prettierignore
|
|
|
|
|
eslint.config.js
|
|
|
|
|
|
|
|
|
|
# Docker files (not needed inside container)
|
|
|
|
|
Dockerfile
|
|
|
|
|
docker-compose.yml
|
|
|
|
|
docker-test.sh
|
|
|
|
|
.dockerignore
|
|
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
|
*.log
|
|
|
|
|
npm-debug.log
|
|
|
|
|
|
|
|
|
|
# Build artifacts (built fresh in container)
|
|
|
|
|
dist/
|