/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/webhook/.dockerignore
44 строки
539 B
Himanshu Garg
chore(webhook): Update Dockerfile and add .dockerignore for improved … (#7096)
21 ноя 2024, 12:55
Не верифицирован
21 ноя 2024, 12:55
0efb246
Код
Авторство
О чём код?
# Ignore node_modules to avoid copying them into the image node_modules # Ignore local environment files .env .env.local .env.*.local # Ignore logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Ignore build directories dist build # Ignore test directories and files coverage *.test.js *.spec.js *.test.ts *.spec.ts # Ignore Docker-related files Dockerfile* .dockerignore # Ignore IDE/editor config files .vscode .idea *.swp # Ignore OS-specific files .DS_Store Thumbs.db # Ignore temporary files tmp temp *.tmp *.temp