-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (58 loc) · 1.1 KB
/
.gitignore
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
59
60
61
62
63
64
65
66
67
68
69
70
# Node.js dependencies
node_modules/
# Build output
dist/
*.tsbuildinfo
# System files
.DS_Store
.idea/
*.log
*.tmp
*.swp
# Deployment directories
.vercel/
.netlify/
_site/
# Temporary build directories and caches
scripts/smoke/*-main/
scripts/memory/project/src/pages/
benchmark/projects/
benchmark/results/
test-results/
.turbo/
.eslintcache
.pnpm-store/
# Astro-specific ignores
*.astro/
env.d.ts
packages/astro/src/**/*.prebuilt.ts
packages/astro/src/**/*.prebuilt-dev.ts
packages/astro/test/units/_temp-fixtures/*
!packages/astro/test/units/_temp-fixtures/package.json
packages/integrations/**/.netlify/
packages/**/test/**/fixtures/**/.astro/
packages/**/test/**/fixtures/**/env.d.ts
packages/**/e2e/**/fixtures/**/.astro/
packages/**/e2e/**/fixtures/**/env.d.ts
examples/**/.astro/
examples/**/env.d.ts
# Environment variables
*.env
# Package manager lock files
package-lock.json
.pnpm-lock.yaml
yarn.lock
# IDE configurations
*.code-workspace
.vscode/
# Coverage and test result folders
.nyc_output/
coverage/
.v8/
# ESlint
eslint.config.js
.eslintcache
# Turbo repo cache
.turbo/
# Miscellaneous
.eslintcache