.gitignore 251 B

123456789101112131415161718192021222324
  1. node_modules/*
  2. # Generated by http://gitignore.io
  3. ### OSX ###
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear on external disk
  11. .Spotlight-V100
  12. .Trashes
  13. ### vim ###
  14. .*.s[a-w][a-z]
  15. *.un~
  16. Session.vim
  17. .netrwhist
  18. *~