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