Первоначальная версия VidConf
This commit is contained in:
17
frontend/.dockerignore
Normal file
17
frontend/.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# Артефакты, которые НЕ должны попадать в build-контекст образа фронтенда:
|
||||
# node_modules пересоздаётся `npm ci` в образе, dist собирается заново.
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
|
||||
# Логи и локальные файлы
|
||||
*.log
|
||||
npm-debug.log*
|
||||
*.local
|
||||
|
||||
# VCS и редакторы
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user