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
|
.git
|
||||||
.github
|
.github
|
||||||
.vscode
|
.vscode
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.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/assets-git
|
||||||
apps/web/public/thumbnails
|
apps/web/public/thumbnails
|
||||||
apps/web/src/data/photos-manifest.json
|
apps/web/src/data/photos-manifest.json
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
public/**
|
public/**
|
||||||
src/index.html
|
apps/ssr/src/index.html
|
||||||
src/index.html.ts
|
apps/ssr/src/index.html.ts
|
||||||
.vercel
|
|
||||||
|
|||||||
Reference in New Issue
Block a user