-
Notifications
You must be signed in to change notification settings - Fork 884
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (44 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
58 lines (44 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# build output
dist/
# generated types
.astro/
# package-lock.json
package-lock.json
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.local
.env.*.local
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
package-lock.json
# ignore vercel build
.vercel/
.vercel
# R2 upload cache (per-environment, regenerated by `bun run upload:r2`)
.r2-cache.json
# Local thumbnail cache (generated by `generate:thumbnails`, uploaded to R2, safe to ignore)
scripts/.cache/
# Originales de fotos/vídeos (solo locales; se sirven desde el CDN de R2).
# Viven fuera de public/ para que `astro build` no los copie a dist/ (~23 GB).
media/*
!media/README.md
# ignore heavy media assets (videos and images)
public/images/
public/character-select/**
!public/character-select/**/
!public/character-select/**/*.webp
!public/character-select/**/*.avif
public/character-hero/**
!public/character-hero/**/
!public/character-hero/**/*.webp
!public/character-hero/**/*.avif