diff options
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 |
