Dotfiles/.gitignore
2024-05-13 19:11:17 +02:00

9 lines
111 B
Text

# Ignore Everything By Default
*
# Include Git Files
!.gitignore
!.gitmodules
# Include bash config
!.bashrc