My .gitignore file does not exclude vcs.xml but works on others
Here is my .gitignore :
#################
## Pycharm
#################
.idea
.idea/*.xml
.idea/*
*/.idea/*
The rest of the files in the .idea folder are excluded, but vcs.xml
does not obey the .idea/*.xml
rule:
I have tried: