dotfiles/.config/git/ignore
Alexander Hess de2918071e
Add configuration for git
- Add .config/git/config
  + Define aliases
  + Configure default behavior in various situations
  + Add user information with signing key
- Add .config/git/commit_msg_template.txt
- Add .config/git/ignore
- Integrate `git` aliases into the shell
2025-08-30 11:19:43 +02:00

6 lines
61 B
Text

# Generic temporary files
*.backup
*.bak
*.orig
*.temp
*.tmp