.cursor/rules files, mostly ones that I have made.
If you have a bunch of folders with .cursor/rules
files, you can use the
following command to find them:
find .. -maxdepth 4 -path '*/.cursor/rules' -print
Some patterns I found from the following sources:
Interesting way of testing rules: https://github.com/codekiln/cursor-project-rule-test