Update .dockerignore

This commit is contained in:
KARTIK ASHOK PAWAR 2025-10-21 13:53:18 +05:30 committed by GitHub
parent 00e38b6e2c
commit ee7abbdcea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 4 deletions

View File

@ -1,12 +1,21 @@
# Node.js dependencies
node_modules/
# Git metadata
.git/
# Build output folders
build/
dist/
.svelte-kit/
.output/
.vercel/
.vscode/
# IDE/editor configs
.vscode/
.idea/
# Project metadata and config files not needed in build
LICENSE
README.md
Dockerfile
@ -14,8 +23,11 @@ docker-compose.yml
.npmrc
.prettier*
.gitignore
.env.*
.env
# Environment files (to avoid leaking secrets)
.env
.env.*
# Operating system files
.DS_Store
Thumbs.db
Thumbs.db