.gitignore 584 B

12345678910111213141516171819202122232425262728293031323334
  1. # ---> Vim
  2. [._]*.s[a-w][a-z]
  3. [._]s[a-w][a-z]
  4. *.un~
  5. Session.vim
  6. .netrwhist
  7. *~
  8. # ---> Linux
  9. *~
  10. # KDE directory preferences
  11. .directory
  12. # Linux trash folder which might appear on any partition or disk
  13. .Trash-*
  14. # ---> SublimeText
  15. # cache files for sublime text
  16. *.tmlanguage.cache
  17. *.tmPreferences.cache
  18. *.stTheme.cache
  19. # workspace files are user-specific
  20. *.sublime-workspace
  21. # project files should be checked into the repository, unless a significant
  22. # proportion of contributors will probably not be using SublimeText
  23. # *.sublime-project
  24. # sftp configuration file
  25. sftp-config.json