.gitignore 271 B

1234567891011121314151617181920
  1. # Ignore everything
  2. *
  3. # Only take care of files we want
  4. !.config
  5. !.config/git
  6. !.config/git/**
  7. .config/git/config.local
  8. !.config/nixpkgs
  9. !.config/nixpkgs/**
  10. !.vimrc
  11. !.zsh
  12. !.zsh/**
  13. .zsh/local.zsh
  14. !.zshrc
  15. !.gitignore
  16. !.dotfiles
  17. !.dotfiles/install.sh
  18. !.roaming
  19. !.roaming/**