Files
2026-07-06 08:50:52 +02:00

16 lines
213 B
Plaintext

# Keep the build context small; node_modules and dist are rebuilt in the image.
node_modules/
dist/
dist-ssr/
# Logs and local files
*.log
*.local
# VCS / editor noise
.git/
.gitignore
.vscode/
.idea/
.DS_Store