diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 13:11:28 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 13:11:28 +0900 |
| commit | 9294d4bab547a07eb17ed0ae28058462b7beaeca (patch) | |
| tree | c2862c97172dcf611b184c4a231c346585b1fbfd /.gitignore | |
| parent | 1ab8216c755f3d56eb63931e0bd207d3096ffb21 (diff) | |
復旧: 全ファイルを復元
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc6c91d --- /dev/null +++ b/.gitignore @@ -0,0 +1,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 |
