Commit cbdbe97c authored by YCH's avatar YCH

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".
parent ea28c14d
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
# Word temporary # Word temporary
~$*.doc* ~$*.doc*
# Word Auto Backup File
Backup of *.doc*
# Excel temporary # Excel temporary
~$*.xls* ~$*.xls*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment