Skip to content

Instantly share code, notes, and snippets.

@khasky
Created May 8, 2026 05:20
Show Gist options
  • Select an option

  • Save khasky/c5cb01cbb3d01230b7ba7f4ee76a63af to your computer and use it in GitHub Desktop.

Select an option

Save khasky/c5cb01cbb3d01230b7ba7f4ee76a63af to your computer and use it in GitHub Desktop.
.cursorignore
# Secrets
.env
.env.*
*.pem
*.key
*.p12
*.pfx
secrets/
private/
certs/
config/credentials.json
# Generated / heavy
node_modules/
dist/
build/
coverage/
.next/
.nuxt/
.turbo/
.cache/
.vscode/
.idea/
# Logs / dumps
*.log
*.dump
*.sql
*.sqlite
*.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment