This commit is contained in:
jpmvaz
2026-09-13 20:05:01 +01:00
commit 51d6d76b53
12 changed files with 1559 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Version control
.git
.gitignore
.gitattributes
# Documentation that doesn't belong in the image
README.md
LICENSE
CHANGELOG.md
docs/
# Editor / OS junk
.vscode
.idea
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Local env files (use .env at the compose level, not inside the image)
.env
.env.local
.env.*.local
# Build artefacts that shouldn't be shipped
node_modules
dist
build
*.log
npm-debug.log*
# CI
.github/
# Test outputs
coverage/
.nyc_output/