From 5bc1e63756cae6974430f1e6cf1a4d5e88f5b9cc Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:19:10 +0900 Subject: Initial commit --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..477d098 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Dependencies +/node_modules + +# Build output +/dist + +# Deploy temp +/.deploy + +# Astro generated types +/.astro + +# Old Docusaurus build (keep for reference during migration) +/build +/.docusaurus +.cache-loader + +# 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* -- cgit v1.2.3-54-g00ecf