any work in the project produces pollution in the `.idea` directory Proposal: ``` git rm -rf .idea echo ".idea" >> .gitignore ``` or something like this...
any work in the project produces pollution in the
.ideadirectoryProposal:
or something like this...