Dotfiles/.gitignore

33 lines
342 B
Text
Raw Normal View History

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