Files
yourpart3/.gitignore
Torsten Schulz (local) 1ab9407e79
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
2026-07-21 09:08:15 +02:00

35 lines
698 B
Plaintext
Executable File

.gitignore
.env
.depall.sh
.depfe.sh
.depbe.sh
node_modules
node_modules/*
# package-lock.json wird versioniert (npm ci im Deploy braucht konsistente Locks zu package.json)
backend/.env
backend/.env.local
backend/images
backend/images/*
backend/node_modules
backend/node_modules/*
frontend/.env
frontend/.env.android
frontend/node_modules
frontend/node_modules/*
frontend/dist
frontend/dist/*
frontend/scripts/.i18n-de-fr-cache.json
frontend/scripts/.falukant-fr-smooth-cache.json
frontend/ceb-locale-audit-report.json
frontedtree.txt
backend/dist/
backend/data/model-cache
build
build/*
.vscode
.vscode/*
.clang-format
android/native/.gradle/
android/native/build/
android/native/local.properties