14 lines
165 B
Text
14 lines
165 B
Text
# Ignore Everything By Default
|
|
/*
|
|
|
|
# Include Git Files
|
|
!.gitignore
|
|
!.gitmodules
|
|
|
|
# Include bash config
|
|
!.bash_profile
|
|
!.bashrc
|
|
!.profile
|
|
|
|
# Include config
|
|
!.config/
|