aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-03-24 13:43:28 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-03-24 13:43:28 +0100
commit207950e6522f54e3d5111db2bbae8ab9b8281b32 (patch)
tree19bbb9043509a9ddb3c1fc011d4c5660f51f5ac4 /.gitignore
parent03147e99dea93bda229634cd5980b8474ad41b14 (diff)
downloadcamagru-master.tar.gz
camagru-master.zip
Move uploads to a named Docker volumeHEADmaster
Replace the bind-mounted src/uploads/ with a named volume shared between PHP (read-write) and Nginx (read-only). Remove entrypoint.sh since the volume handles directory creation automatically.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 12cc3bd..3457fd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
.env
-src/uploads/*
-!src/uploads/.gitkeep
vendor/
.php-cs-fixer.cache