diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000..55ea4af --- /dev/null +++ b/.cursorignore @@ -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 \ No newline at end of file