blob: d289231e33516b1acfa5d337b0b83761baa30d54 (
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
32
33
34
|
# 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
# 環境変数ファイル
.env
.env.*
|