Dotfiles/.gitignore

27 lines
290 B
Text
Raw Normal View History

2024-05-13 17:11:17 +00:00
# Ignore Everything By Default
2024-05-13 18:06:55 +00:00
/*
2024-05-13 17:11:17 +00:00
# Include Git Files
!.gitignore
!.gitmodules
2024-05-13 22:18:48 +00:00
# Include Git config
!.gitconfig
2024-05-13 17:11:17 +00:00
# Include bash config
2024-05-13 22:18:48 +00:00
!.bash_profile
2024-05-13 17:11:17 +00:00
!.bashrc
2024-05-13 22:18:48 +00:00
!.profile
2024-09-01 10:40:29 +00:00
# Include zsh config
!.zshrc
2024-05-13 22:18:48 +00:00
# Include config
!.config/
# Include ssh Symlink
!.ssh
2024-05-13 22:28:52 +00:00
# Include Resource
2024-09-01 10:40:29 +00:00
!Resources/