Skip to content

Instantly share code, notes, and snippets.

@andykais
Created May 4, 2016 11:19
Show Gist options
  • Save andykais/a26dab2b76da97b7e7900d0510e0431e to your computer and use it in GitHub Desktop.
Save andykais/a26dab2b76da97b7e7900d0510e0431e to your computer and use it in GitHub Desktop.
.gitignore file for my home directory
#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