Dotfiles/.gitignore
2024-05-14 00:21:28 +02:00

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