Skip to content

Commit 3c51600

Browse files
authored
Add vscode rules/ignores to .gitignore (#8755)
1 parent b5f2a04 commit 3c51600

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ cython_debug/
161161
# and can be added to the global gitignore or merged into this file. For a more nuclear
162162
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
163163
.idea/
164-
.cursorignore
165164

166165
# VS Code: Ignore all but certain files that specify repo-specific settings.
167166
# https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control
@@ -171,6 +170,20 @@ cython_debug/
171170
!.vscode/settings.json
172171
!.vscode/tasks.json
173172

173+
# VS Code extensions/forks:
174+
.cursorignore
175+
.rooignore
176+
.clineignore
177+
.windsurfignore
178+
.cursorrules
179+
.roorules
180+
.clinerules
181+
.windsurfrules
182+
.cursor/rules
183+
.roo/rules
184+
.cline/rules
185+
.windsurf/rules
186+
174187
# evaluation
175188
evaluation/evaluation_outputs
176189
evaluation/outputs

0 commit comments

Comments
 (0)