Compare commits

...

1 Commits

Author SHA1 Message Date
Jan
884a73ecde Update .gitignore
Recursive add unwanted temporary files
2020-09-14 19:43:55 +02:00

5
.gitignore vendored
View File

@ -1,4 +1,5 @@
.vault_pass .vault_pass
__pycache__ __pycache__
site.retry **.retry
*.pyc **.pyc
**.swp