Enhance project structure and styling: Update .gitignore to exclude build artifacts and uploads, modify package.json to streamline the build process, and refactor HTML and Vue components for improved layout and accessibility. Add new CSS styles for better presentation in ContactRender, EventRender, WorshipRender, and ImageContent components.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -27,5 +27,13 @@ server.key
|
||||
server.cert
|
||||
|
||||
public/images/uploads/1ba24ea7-f52c-4179-896f-1909269cab58.jpg
|
||||
|
||||
# Vue Build-Artefakte (werden beim Deploy generiert)
|
||||
public/js/
|
||||
public/css/
|
||||
public/**/*.map
|
||||
|
||||
# Uploads/Runtime-Dateien nicht versionieren
|
||||
public/images/uploads/
|
||||
actualize.sh
|
||||
files/uploads/GD 24.08.2025-04.01.2026 Stand 12.08.2025.docx
|
||||
|
||||
Reference in New Issue
Block a user