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
|
|
|
|
|
|
|
|
# Include config
|
|
|
|
!.config/
|
|
|
|
|
|
|
|
# Include ssh Symlink
|
|
|
|
!.ssh
|
2024-05-13 22:28:52 +00:00
|
|
|
|
|
|
|
# Include Resource
|
|
|
|
!Resources/
|