mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
Add vscode rules/ignores to .gitignore (#8755)
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -161,7 +161,6 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
.idea/
|
.idea/
|
||||||
.cursorignore
|
|
||||||
|
|
||||||
# VS Code: Ignore all but certain files that specify repo-specific settings.
|
# VS Code: Ignore all but certain files that specify repo-specific settings.
|
||||||
# https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control
|
# https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control
|
||||||
@@ -171,6 +170,20 @@ cython_debug/
|
|||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
|
|
||||||
|
# VS Code extensions/forks:
|
||||||
|
.cursorignore
|
||||||
|
.rooignore
|
||||||
|
.clineignore
|
||||||
|
.windsurfignore
|
||||||
|
.cursorrules
|
||||||
|
.roorules
|
||||||
|
.clinerules
|
||||||
|
.windsurfrules
|
||||||
|
.cursor/rules
|
||||||
|
.roo/rules
|
||||||
|
.cline/rules
|
||||||
|
.windsurf/rules
|
||||||
|
|
||||||
# evaluation
|
# evaluation
|
||||||
evaluation/evaluation_outputs
|
evaluation/evaluation_outputs
|
||||||
evaluation/outputs
|
evaluation/outputs
|
||||||
|
|||||||
Reference in New Issue
Block a user