Files
vidconf/frontend/.dockerignore
Max Ronzhin 8757bec8ac
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
first commit
2026-07-23 02:38:05 +03:00

18 lines
409 B
Plaintext
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.
# Артефакты, которые НЕ должны попадать в build-контекст образа фронтенда:
# node_modules пересоздаётся `npm ci` в образе, dist собирается заново.
node_modules
dist
dist-ssr
# Логи и локальные файлы
*.log
npm-debug.log*
*.local
# VCS и редакторы
.git
.gitignore
.vscode
.idea
.DS_Store