linuxmint/mint-themes

Add "__pycache__/" and "usr/" to the ".gitignore" file, maybe ?

SebastJava opened this issue · 0 comments

I think it would help to add

__pycache__/
usr/

to the .gitignore file. Those directories are not part of this repository here, and that's good. But as soon as you build your own themes at home, you get those directories in your local repository. It should be ignored.