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