From 9db88a5c072f5a4cd6ee46e2922bdd7f4b19fcea Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Sat, 6 Jun 2026 20:02:59 -0700 Subject: [PATCH] fix: gitignore some of the things! --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27409c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +# Dependencies +node_modules/ + +# Astro and build output +www/dist/ +www/.astro/ +www/.vercel/ +www/.netlify/ + +# Test, audit, and coverage output +coverage/ +playwright-report/ +test-results/ +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Local environment and secrets +.env +.env.* +!.env.example +www/.env +www/.env.* +!www/.env.example + +# Local caches and temporary files +.cache/ +.tmp/ +tmp/ +temp/ +*.tmp +*.swp +*.swo +*~ + +# Editor and IDE state +.idea/ +.vscode/ +*.code-workspace + +# Local AI-agent state +.agents/ +.codex/ +.claude/ +.cursor/ +.continue/ +.windsurf/ + +# Operating-system metadata +.DS_Store +Thumbs.db +Desktop.ini + +# Read-only wget mirror used as migration source material +/www.azinstitute4autism.com/