.gitignore 105 B

12345678
  1. # custom files
  2. custom/
  3. !custom/plugins/example
  4. !custom/example.zsh
  5. # temp files directories
  6. cache/
  7. log/