gitignore: add git entries

This commit is contained in:
Filippo Berto 2023-04-09 18:57:54 +02:00
parent b283cac6ca
commit d5fbab32bc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

20
.gitignore vendored
View file

@ -2,3 +2,23 @@ result
.direnv .direnv
.pre-commit-config.yaml .pre-commit-config.yaml
.worktrees/ .worktrees/
# 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