.gitignore: git ignore git

This commit is contained in:
Starbeamrainbowlabs 2021-05-11 21:42:25 +01:00
parent 8d7d54c8ff
commit efd8a8682e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 20 additions and 0 deletions

20
.gitignore vendored
View File

@ -1,3 +1,23 @@
# Created by https://www.toptal.com/developers/gitignore/api/git
# Edit at https://www.toptal.com/developers/gitignore?templates=git
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
# End of https://www.toptal.com/developers/gitignore/api/git
# Compiled Lua sources
luac.out