mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
- 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>
19 lines
224 B
Plaintext
19 lines
224 B
Plaintext
node_modules
|
|
.git
|
|
.github
|
|
.vscode
|
|
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
apps/web/assets-git
|
|
apps/web/public/thumbnails
|
|
apps/web/src/data/photos-manifest.json
|
|
.vercel
|
|
|
|
public/**
|
|
apps/ssr/src/index.html
|
|
apps/ssr/src/index.html.ts
|