blob: cc6c91dea365612a5103cc9735827cce22702a97 (
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-tmp-*
# 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
|