mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 15:24:25 +00:00
57a8440db3
* update gitignore * Handle symlink in tar * Add some logs
20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
*.tmp
|
|
|
|
# Word temporary
|
|
~$*.doc*
|
|
|
|
# Word Auto Backup File
|
|
Backup of *.doc*
|
|
|
|
# Excel temporary
|
|
~$*.xls*
|
|
|
|
# Excel Backup File
|
|
*.xlk
|
|
|
|
# PowerPoint temporary
|
|
~$*.ppt*
|
|
|
|
# Visio autosave temporary files
|
|
*.~vsd*
|