Chore: Add .cursor to .gitignore (#102166)

pull/102169/head
Alex Khomenko 4 months ago committed by GitHub
parent ef5cc12b33
commit 14e2784e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore

2
.gitignore vendored

@ -68,6 +68,8 @@ public/css/*.min.css
.vscode/ .vscode/
!.vscode/launch.json !.vscode/launch.json
.vs/ .vs/
.cursor/
.eslintcache .eslintcache
.stylelintcache .stylelintcache

Loading…
Cancel
Save