Dotfiles/.gitignore

20 lines
228 B
Text

# Ignore Everything By Default
/*
# Include Git Files
!.gitignore
!.gitmodules
# Include Git config
!.gitconfig
# Include bash config
!.bash_profile
!.bashrc
!.profile
# Include config
!.config/
# Include ssh Symlink
!.ssh