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
|
|
|
|
|
|
|
|
# Include config
|
|
|
|
!.config/
|
|
|
|
|
|
|
|
# Include ssh Symlink
|
|
|
|
!.ssh
|