.gitignore 238 B

123456789101112131415161718
  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. !.roaming
  17. !.roaming/**