Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1023 Bytes

cursor_share.md

File metadata and controls

18 lines (9 loc) · 1023 Bytes

It does not! If you choose to index your codebase, Cursor will upload your codebase in small chunks to our server to compute embeddings, but all plaintext code ceases to exist after the life of the request. The embeddings and metadata about your codebase (hashes, obfuscated file names) are stored in our database, but none of your code is.

privacy mode. 首先代码会被上传到 cursor 服务器,然后 ai 会基于这些代码进行回答。但是它保证不会存储这些代码。

cursor codebase indexing ignore( .gitignore 配置过的不需要额外配置, 但是对于比如一些 settings 文件,也许你也希望他忽略,就可以添加到里面)

example: use cursor 优化 staking wallets 接口

rules for ai 分享 https://docs.cursor.com/context/rules-for-ai#cursorrules 文件可以针对某个项目特定 ai rules

@docs 可以使用文档上下文, 并且支持自己的文档, 结合一下内部文档展示

shadow workspace