← back to Ken

.gitignore

21 lines

node_modules

# Standing-rule additions (2026-05-07)
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/

# Backup / source-leak files
*.bak
*.bak-*
*.pre-*
*.orig
*.save
*~
*.old
copy-of-*