Files
vidconf/frontend/.dockerignore

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