Initial mail exporter version
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
@"
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
build/
|
||||
dist/
|
||||
|
||||
*.zip
|
||||
*.log
|
||||
|
||||
.tmp_prefs_test/
|
||||
Posta in arrivo/
|
||||
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
*.spec~
|
||||
"@ | Out-File -Encoding utf8 .gitignore
|
||||
Reference in New Issue
Block a user