Files
magistr/.gitignore

21 lines
455 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Игнорируем данные БД (но не init-скрипты)
db/data/
postgres_data/
# Игнорируем секреты
.env
GEMINI.md
AGENTS.md
# Игнорируем системные папки IDE (если редактируете с ПК)
.idea/
.vscode/
*.DS_Store
.agent
# Игнорируем временные файлы сборки (на будущее)
backend/target/
backend/build/
frontend/node_modules/
frontend/dist/