Remove AI image generation functionality from CMS and expand Docker ignore rules.

This commit is contained in:
2026-03-09 10:06:26 -03:00
parent bf3f06d831
commit 7406de9a1b
11 changed files with 146 additions and 778 deletions
+43 -15
View File
@@ -1,17 +1,45 @@
target
**/target
node_modules
**/node_modules
.next
**/.next
.git
**/.git
# Build Artifacts
target/
**/target/
node_modules/
**/node_modules/
.next/
**/ .next/
dist/
**/dist/
# Virtual Environments
venv/
**/venv/
.venv/
**/.venv/
env/
**/env/
__pycache__/
**/__pycache__/
# Environments and Secrets
.env
**/.env
**/.env.local
**/.env.example
*.log
e2e
docs
artifacts
.gemini
.env.local
.env.*.local
# Git and OS
.git/
.gitignore
.dockerignore
**/.DS_Store
Thumbs.db
# Storage and Data
uploads/
**/uploads/
storage/
volumes/
postgres_data/
# Huge binary files/libraries
*.so
*.dll
*.dylib
*.exe