A.H.
A.H.

Reputation: 15

Windows Defender asks to exclude PyCharm projects each and every time

I've made a folder which contains Python projects and entered it into Windows Defender's exclusion list, but every time I make a new project in PyCharm I'm being asked to exclude the folder inside the excluded folder. Is there a step I'm missing?

I've added the whole parent folder into the exclusion list and opened new project folders inside it.

Upvotes: 0

Views: 167

Answers (1)

InSync
InSync

Reputation: 10693

You are not missing any step. If a directory is excluded, all of its descendants are also excluded.

This is a known problem with PyCharm. Disable that notification and move on.

Upvotes: 1

Related Questions