Created
May 4, 2016 11:19
-
-
Save andykais/a26dab2b76da97b7e7900d0510e0431e to your computer and use it in GitHub Desktop.
.gitignore file for my home directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#blacklist top level folder | |
/* | |
#whitelist files & folders | |
!.gitignore | |
!README.md | |
!.i3/ | |
!.i3status.conf | |
!.config | |
.config/* | |
!.config/redshift.conf | |
!.config/ranger | |
.config/ranger/* | |
!.config/ranger/rifle.conf | |
!.config/ranger/scope.sh | |
!.bashrc | |
!.bash_profile | |
!.bash_aliases | |
!.profile | |
!.npmrc | |
!.vimrc | |
!.vim/ | |
.vim/* | |
!.vim/autoload | |
!.ssh/ | |
.ssh/* | |
!.ssh/config | |
!bin/ | |
bin/data/ | |
!bin/data/slideshow_all.txt | |
!.minecraft/ | |
.minecraft/* | |
!.minecraft/saves | |
!.root-configs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment