.gitignore 283 B

123456789101112131415161718192021
  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. !.local
  11. !.local/bin
  12. !.local/bin/**
  13. !.vimrc
  14. !.zsh
  15. !.zsh/**
  16. .zsh/local.zsh
  17. !.zshrc
  18. !.gitignore
  19. !.dotfiles
  20. !.dotfiles/install.sh