Files
magistr/.gitignore
Zuev d69eab1c12
All checks were successful
Build and Push Docker Images / build-and-push-backend (push) Successful in 3m37s
Build and Push Docker Images / build-and-push-frontend (push) Successful in 11s
Build and Push Docker Images / deploy-to-k8s (push) Successful in 1m10s
chore: Update Gitea workflow actions to newer versions, add AGENTS.md, and modify gitignore.
2026-03-17 01:30:48 +03:00

14 lines
217 B
Plaintext
Executable File

db/data/
.env
# Игнорируем временные файлы сборки (на будущее)
backend/target/
backend/build/
frontend/node_modules/
frontend/dist/
.agents
.idea/
.vscode/
*.DS_Store
GEMINI.md