mirror of https://github.com/VERT-sh/VERT.git
Update .dockerignore
This commit is contained in:
parent
00e38b6e2c
commit
ee7abbdcea
|
|
@ -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
|
||||||
Loading…
Reference in New Issue