chore: 添加 .cursorignore 文件配置

- 新增 .cursorignore 文件,用于忽略索引时的目录和文件模式
- 忽略项目中的 target 目录、IDEA 配置文件等- 保留必要的 Maven wrapper 文件和源代码中的 target 目录
This commit is contained in:
2025-03-26 15:15:38 +08:00
parent 9f678d422e
commit 4136dcc307
+15
View File
@@ -0,0 +1,15 @@
# 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