Dotfiles/.gitignore

13 lines
169 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/**/*
!.config/oh-my-bash-custom/**/*