Skip to content

Instantly share code, notes, and snippets.

@MattSturgeon
Forked from andykais/.gitignore
Created April 20, 2017 23:14
Show Gist options
  • Select an option

  • Save MattSturgeon/8dc0b7ed21da1955a56d42f80f7ebf8b to your computer and use it in GitHub Desktop.

Select an option

Save MattSturgeon/8dc0b7ed21da1955a56d42f80f7ebf8b 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