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".
This commit is contained in:
parent
ea28c14da0
commit
cbdbe97c96
@ -3,6 +3,9 @@
|
||||
# Word temporary
|
||||
~$*.doc*
|
||||
|
||||
# Word Auto Backup File
|
||||
Backup of *.doc*
|
||||
|
||||
# Excel temporary
|
||||
~$*.xls*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user