-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.cursorignore
More file actions
35 lines (31 loc) · 811 Bytes
/
.cursorignore
File metadata and controls
35 lines (31 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# .cursorignore
#
# ## .cursorignore Syntax Exmaple
# It's generally close to .gitignore syntax with. Examples:
# config.json # Specific file
# dist/ # Directory
# *.log # File extension
# **/logs # Nested directories
# !app/ # Exclude from ignore (negate)
#
# -----------------------------------------------------------------
# Files in the .gitignore are ignored by default.
# To intentionally NOT ignore patterns from .gitignore, uncomment the following:
# !.gitignore
# Additional patterns specific to Cursor
.env*
**/credentials/*
**/secrets/*
private/
confidential/
# Large binary files and datasets
*.bin
*.dat
*.db
*.sqlite
*.sqlite3
# Temporary files
*.tmp
*~
# This is git ignored, so it needs to be explicitly negated for your agent to see it.
!out.txt