Dotfiles/.gitignore

12 lines
138 B
Text
Raw Normal View History

2024-05-13 17:11:17 +00:00
# Ignore Everything By Default
*
# Include Git Files
!.gitignore
!.gitmodules
# Include bash config
!.bashrc
2024-05-13 17:17:58 +00:00
!.config/.oh-my-bash/**/*