blob: e9bb8c4dd09bf5033bb1a49c01e5114bd37296bb (
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
31
|
# 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
!/.zed/AGENTS.md
/deploy.ps1
/docker-compose.yml
|