create .dockerignore file

This commit is contained in:
shovon 2024-10-25 12:36:38 +06:00 committed by GitHub
parent 8e7220e8fb
commit 92a19bf41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
.dockerignore Normal file
View File

@ -0,0 +1,26 @@
# Ignore Git and GitHub files
.git
.github/
# Ignore Husky configuration files
.husky/
# Ignore documentation and metadata files
CONTRIBUTING.md
LICENSE
README.md
# Ignore environment examples and sensitive info
.env
*.local
*.example
# Ignore node modules, logs and cache files
**/*.log
**/node_modules
**/dist
**/build
**/.cache
logs
dist-ssr
.DS_Store