Преглед изворни кода

✨ feat: Update .gitignore to exclude additional files

- Add `.cursor` directory to ignore local editor settings
- Add `*.mdc` pattern to ignore generated Markdown content
t0ng7u пре 3 месеци
родитељ
комит
dd46322421
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -11,4 +11,6 @@ web/dist
 one-api
 .DS_Store
 tiktoken_cache
-.eslintcache
+.eslintcache
+.cursor
+*.mdc