blob: a7328c94438bb26691ae7150f9ab6022f5fa31cc (
plain)
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
|
# Dependencies
/node_modules
# Build output
/dist
# Deploy temp
/.deploy
# Astro generated types
/.astro
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Playwright (for Mermaid build-time rendering)
playwright-report/
test-results/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/documents.git
/.zed
/deploy.ps1
/docker-compose.yml
|