Anyone know how to not have generated files come u...
# intellij-tricks
c
Anyone know how to not have generated files come up when searching via cmd shift f or cmd shift o in intellij?
b
Have you tried to mark one of their parent dira as “excluded” in IntelliJ?
c
How do you mark a dir as excluded?
b
If memory serves me well: In Project tool window, right click the folder. Somewhere in the popup menu there is an entry named “Mark as ...”
c
I'll try it. thank you