Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
Again, the order of the patterns matters 🫤 I was able to exclude any .idea sub-directory —at all levels— by declaring the line - /home/user/**/.idea at the beginning of the file. R /home/user ...
#1: Initial revision
Again, the order of the patterns matters 🫤 I was able to exclude any `.idea` sub-directory —at all levels— by declaring the line `- /home/user/**/.idea` at the beginning of the file. ```ini R /home/user # EXCLUDE THESE AT ALL LEVELS - /home/user/**/.idea # SELECTIVELY ADD EXCLUDED LOCATION ALONG WITH THEIR EXCEPTIONS + /home/user/.config/chezmoi - /home/user/.config ```