Updating dockerignore

This commit is contained in:
2026-06-13 13:53:04 -04:00
parent a099fecc83
commit 4bf32d6e1f
+2 -2
View File
@@ -1,5 +1,3 @@
vendor/
# Ignore git directory # Ignore git directory
.git/ .git/
@@ -7,3 +5,5 @@ vendor/
# Ignore environment files (configure via docker-compose instead) # Ignore environment files (configure via docker-compose instead)
.env* .env*
target/