Don't backup pycache
This commit is contained in:
parent
8ad6d2db0a
commit
1554e4d8fb
|
@ -4,6 +4,7 @@ let paths = [
|
||||||
"**/Cache/"
|
"**/Cache/"
|
||||||
"**/dist/" # npm build directory
|
"**/dist/" # npm build directory
|
||||||
"**/node_modules/"
|
"**/node_modules/"
|
||||||
|
"**/__pycache__/"
|
||||||
"/home/ember/.cabal/"
|
"/home/ember/.cabal/"
|
||||||
"/home/ember/.cache/"
|
"/home/ember/.cache/"
|
||||||
"/home/ember/.conan/"
|
"/home/ember/.conan/"
|
||||||
|
|
Loading…
Reference in a new issue