Files
bps_admin_java/.cursorignore
T
mzaxd 4136dcc307 chore: 添加 .cursorignore 文件配置
- 新增 .cursorignore 文件,用于忽略索引时的目录和文件模式
- 忽略项目中的 target 目录、IDEA 配置文件等- 保留必要的 Maven wrapper 文件和源代码中的 target 目录
2025-03-26 15:15:38 +08:00

15 lines
275 B
Plaintext

# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
# Project exclude paths
/Noodles-Detector/target/
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr