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/
|
2024-10-18 23:43:41 +02:00
|
|
|
|
|
|
|
# Include local
|
|
|
|
!.local/
|