Files
OSIT-AE-App-Svelte/.gitignore
2026-06-23 23:26:19 -04:00

45 lines
604 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
.aider*