.gitignore 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> Windows
  23. # Windows image file caches
  24. Thumbs.db
  25. ehthumbs.db
  26. # Folder config file
  27. Desktop.ini
  28. # Recycle Bin used on file shares
  29. $RECYCLE.BIN/
  30. # Windows Installer files
  31. *.cab
  32. *.msi
  33. *.msm
  34. *.msp
  35. # Windows shortcuts
  36. *.lnk
  37. # ---> Linux
  38. *~
  39. # KDE directory preferences
  40. .directory
  41. # Linux trash folder which might appear on any partition or disk
  42. .Trash-*
  43. node_modules/
  44. plugins/
  45. unpackage/cache/
  46. unpackage/dist/
  47. unpackage/release/
  48. /.idea
  49. .DS_Store
  50. /.hbuilderx