Files
OSIT-AE-App-Svelte/.gitignore
Scott Idem 9309c15b16 chore(graphify): move graph output to gitignore
graphify-out/ is a local dev artifact (like .svelte-kit/) — the
post-commit hook keeps it fresh on disk automatically. No need to
track it in git; removes the commit-after-every-commit noise.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 22:12:35 -04:00

43 lines
595 B
Plaintext

.DS_Store
.directory
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
!.env.prod.default
!.env.test.default
!.env.dev.default
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Logs
logs
*.log
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Backups and archives
*.bak
*.tar.gz
backups/
# Temporary files
tmp/
temp/
*.kate-swp
test_results
test-results
# graphify knowledge graph — local dev artifact, not committed
graphify-out/
src/graphify-out/
# Claude Code local settings (machine-specific)
.claude/settings.local.json