12 lines
169 B
Text
12 lines
169 B
Text
# Ignore Everything By Default
|
|
*
|
|
|
|
# Include Git Files
|
|
!.gitignore
|
|
!.gitmodules
|
|
|
|
# Include bash config
|
|
!.bashrc
|
|
!.config/oh-my-bash/**/*
|
|
!.config/oh-my-bash-custom/**/*
|
|
|