-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.cursorignore
More file actions
193 lines (177 loc) · 2.06 KB
/
.cursorignore
File metadata and controls
193 lines (177 loc) · 2.06 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Cursor Ignore File
# This file tells Cursor AI which files and directories to exclude from analysis
# Add patterns here to prevent Cursor from accessing sensitive or irrelevant files
# Version Control
.git/
.gitignore
.gitattributes
.gitmodules
# Dependency Directories
node_modules/
vendor/
bower_components/
jspm_packages/
package-lock.json
yarn.lock
composer.lock
# Environment and Secrets
.env
.env.*
*.key
*secret*
*Secret*
*SECRET*
*password*
*Password*
*PASSWORD*
*.pem
*.crt
*.cer
*.der
*.p12
*.pfx
id_rsa
id_dsa
*.gpg
*.asc
htpasswd
.htpasswd
credentials.*
oauth*token*
*_token
auth_token
jwt_token
*.keystore
*apikey*
*api_key*
*ApiKey*
*client_secret*
# Build and Distribution
dist/
build/
out/
target/
.next/
coverage/
.nyc_output/
.coverage
.pytest_cache/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.installed.cfg
*.egg
*.egg-info/
.eggs/
.tox/
.nox/
.hypothesis/
.ruff_cache/
# Cache Directories
.cache/
.sass-cache/
.babel-cache/
.npm/
.eslintcache
.stylelintcache
.parcel-cache/
.webpack/
# Logs and Databases
*.log
*.sql
*.sqlite
*.sqlite3
*.db
logs/
*.mdb
*.ldb
*.dmp
# Minified Files
*.min.js
*.min.css
*-min.js
*-min.css
*.bundle.js
*.chunk.js
# OS Generated Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# Large Media Files
# (Uncomment as necessary - these are large binary files Cursor typically shouldn't analyze)
# *.mp4
# *.webm
# *.mov
# *.wmv
# *.avi
# *.mkv
# Large image files
# *.psd
# *.ai
# *.indd
# *.jpg
# *.jpeg
# *.png
# *.gif
# *.tiff
# *.webp
# Temporary Files
*.tmp
*.temp
*.swp
*.swo
*~
.#*
\#*\#
# IDE and Editor Files
.idea/
.vscode/
*.sublime-*
*.iml
.project
.classpath
.settings/
.history/
nbproject/
.ensime
.ensime_cache/
*.code-workspace
# Specific to frameworks
.nuxt/
.angular/
.meteor/
.quasar/
.umi/
.vuepress/dist/
# Large Data Files
# *.csv
# *.tsv
# *.xls
# *.xlsx
# *.parquet
# *.avro
# Container and Virtualization
.vagrant/
.docker/
# CDN and Vendor Assets
cdn/
public/vendor/
public/assets/
assets/vendor/
# Binary executables
*.exe
*.dll
*.bin
*.out
*.o
*.a
*.lib
*.pyc
*.class