| 123456789101112131415161718 | 
							- # Ignore everything
 
- *
 
- # Only take care of files we want
 
- !.config
 
- !.config/git
 
- !.config/git/**
 
- .config/git/config.local
 
- !.config/nixpkgs
 
- !.config/nixpkgs/**
 
- !.vimrc
 
- !.zsh
 
- !.zsh/**
 
- .zsh/local.zsh
 
- !.zshrc
 
- !.gitignore
 
- !.roaming
 
- !.roaming/**
 
 
  |