Created
May 8, 2026 05:20
-
-
Save khasky/c5cb01cbb3d01230b7ba7f4ee76a63af to your computer and use it in GitHub Desktop.
.cursorignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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