You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/.cursorignore

73 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Cursor 代码索引忽略(语法与 .gitignore 相同)
# 与根目录 .gitignore 对齐;未列出的规则仍以 .gitignore 为准Git 不索引的路径 Cursor 通常也不关心)
### OpenIM与 .gitignore 一致)###
logs
.devcontainer
components
out-test
Dockerfile.cross
### macOS / 本地工具(不入索引)###
.DS_Store
.playwright-mcp/
### 构建产物 ###
tmp/
bin/
output/
_output/
deployments/charts/generated-configs/
### 配置与密钥(勿入索引)###
.env
config/config.yaml
config/notification.yaml
### 部署生成物 ###
deployments/openim-server/charts
### 本地笔记 ###
.idea.md
.todo.md
.note.md
### 通用备份与临时文件 ###
*.bak
*.tmp
*~
dist/
### VS Code除团队共享配置外###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Go ###
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
go.work.sum
### JetBrains / IDE ###
.idea/
out/
### Tags ###
TAGS
tags
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out