Created
March 8, 2024 14:13
-
-
Save philipprochazka/cbb106a069a229618dd798cb7e45953d to your computer and use it in GitHub Desktop.
.gitignore -Global
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.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* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment