chore: Remove large binaries and PDFs from git tracking
Remove compiled Go binaries (90 MB), 1400+ PDFs, and DOCX files from git tracking. Files remain on disk but are now gitignored. This reduces the push payload to allow syncing with external Gitea. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19
.gitignore
vendored
@@ -165,3 +165,22 @@ backend/screenshots/
|
|||||||
ssh_key*.txt
|
ssh_key*.txt
|
||||||
anleitung.txt
|
anleitung.txt
|
||||||
fix_permissions.txt
|
fix_permissions.txt
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# Compiled Go Binaries
|
||||||
|
# ============================================
|
||||||
|
billing-service/billing-service
|
||||||
|
consent-service/server
|
||||||
|
edu-search-service/server
|
||||||
|
edu-search-service/edu-search-service
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# Large Document Archives (PDFs, DOCX)
|
||||||
|
# ============================================
|
||||||
|
docs/za-download/
|
||||||
|
docs/za-download-2/
|
||||||
|
docs/za-download-3/
|
||||||
|
*.pdf
|
||||||
|
*.docx
|
||||||
|
*.xlsx
|
||||||
|
*.pptx
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 41 KiB |
@@ -1,3 +0,0 @@
|
|||||||
Die EWH enthalten keine urheberrechtlich relevanten Elemente.
|
|
||||||
|
|
||||||
EWHs wurden ergänzt (298.05.2024)
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
in den Informatik-ZA-Aufgaben 2024 sind keine Fremdmaterialien enthalten. Also ist bzgl des Urheberrechts alles geklärt.
|
|
||||||
|
|
||||||