mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
chore(dockerignore): update .dockerignore to exclude environment files and adjust paths for SSR assets
- Removed environment files from the ignore list. - Updated paths to include SSR-specific index files. - Cleaned up unnecessary entries for better clarity. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -2,30 +2,17 @@ node_modules
|
||||
.git
|
||||
.github
|
||||
.vscode
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
public/og-image-*.png
|
||||
test-svg-font-rendering.png
|
||||
test-traditional-font-rendering.png
|
||||
thomas-x2d-xcd-25v-1.jpg
|
||||
thomas-x2d-xcd-25v-1.webp
|
||||
|
||||
apps/web/assets-git
|
||||
apps/web/public/thumbnails
|
||||
apps/web/src/data/photos-manifest.json
|
||||
.vercel
|
||||
|
||||
public/**
|
||||
src/index.html
|
||||
src/index.html.ts
|
||||
.vercel
|
||||
apps/ssr/src/index.html
|
||||
apps/ssr/src/index.html.ts
|
||||
|
||||
Reference in New Issue
Block a user