Files
gpatruno e45e9f154e update
2026-06-11 17:30:13 +02:00

26 lines
376 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
node_modules
.next
.git
.gitignore
*.md
.env
.env.*
!.env.example
Dockerfile*
docker-compose*.yml
.dockerignore
*.db
*.db-journal
coverage
.vscode
.idea
src/generated/prisma
# Uploads (volume en prod) — pas les embarquer dans limage
public/uploads/*.png
public/uploads/*.jpg
public/uploads/*.jpeg
public/uploads/**/*.png
public/uploads/**/*.jpg
public/uploads/**/*.jpeg