.gitignore 358 B

12345678910111213141516171819202122232425
  1. .atom-build.json
  2. */enabled/*
  3. .DS_Store
  4. custom/*
  5. !custom/example.bash
  6. .rvmrc
  7. aliases/custom.aliases.bash
  8. completion/custom.completion.bash
  9. lib/custom.bash
  10. plugins/custom.plugins.bash
  11. *.swp
  12. .*.un~
  13. bats
  14. .idea
  15. *.sublime-workspace
  16. *.sublime-project
  17. enabled/*
  18. /enabled
  19. tmp/
  20. # Do not save profiles
  21. profiles/*
  22. # apart from the default one
  23. !profiles/default.bash_it