Procházet zdrojové kódy

Removed Microsoft Word 2016 Auto Backuped File on macOS

If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
YCH před 6 roky
rodič
revize
cbdbe97c96
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      Global/MicrosoftOffice.gitignore

+ 3 - 0
Global/MicrosoftOffice.gitignore

@@ -3,6 +3,9 @@
 # Word temporary
 ~$*.doc*
 
+# Word Auto Backup File
+Backup of *.doc*
+
 # Excel temporary
 ~$*.xls*