fab9dbb3eb
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
16 lines
163 B
Text
16 lines
163 B
Text
*.tmp
|
|
|
|
# Word temporary
|
|
~$*.doc*
|
|
|
|
# Excel temporary
|
|
~$*.xls*
|
|
|
|
# Excel Backup File
|
|
*.xlk
|
|
|
|
# PowerPoint temporary
|
|
~$*.ppt*
|
|
|
|
# Visio autosave temporary files
|
|
*.~vsdx
|