Release 1.0
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,21 +1,41 @@
|
||||
@"
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
build/
|
||||
build_release/
|
||||
build_release2/
|
||||
dist/
|
||||
dist_release/
|
||||
dist_release2/
|
||||
|
||||
*.zip
|
||||
*.log
|
||||
|
||||
.tmp_prefs_test/
|
||||
Posta in arrivo/
|
||||
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
Posta in arrivo/
|
||||
Posta inviata/
|
||||
test/
|
||||
|
||||
export_manifest.json
|
||||
export_manifest_old.json
|
||||
|
||||
diagnose_msg_attachments/
|
||||
diagnose_msg_semantic_attachments/
|
||||
diagnose_msg_report.csv
|
||||
diagnose_msg_report.txt
|
||||
diagnose_msg_report_pre.csv
|
||||
diagnose_msg_report_pre.txt
|
||||
diagnose_msg_semantic_report.csv
|
||||
diagnose_msg_semantic_report.txt
|
||||
|
||||
Cattura.PNG
|
||||
Outlook_Exporter_V1_Checklist.docx
|
||||
Outlook_Exporter_V1_Checklist_v2.docx
|
||||
|
||||
*.spec~
|
||||
"@ | Out-File -Encoding utf8 .gitignore
|
||||
|
||||
Reference in New Issue
Block a user