.gitignore 680 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # General
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. dist
  6. # Thumbnails
  7. ._*
  8. # Files that might appear in the root of a volume
  9. .DocumentRevisions-V100
  10. .fseventsd
  11. .Spotlight-V100
  12. .TemporaryItems
  13. .Trashes
  14. .VolumeIcon.icns
  15. .com.apple.timemachine.donotpresent
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # Logs
  23. logs
  24. *.log
  25. npm-debug.log*
  26. # Runtime data
  27. pids
  28. *.pid
  29. *.seed
  30. # Editor directories and files
  31. .idea
  32. # Dependency directories
  33. node_modules
  34. # Optional
  35. .npm
  36. .node_repl_history
  37. # assets publish
  38. # you can ignore dist Folder if you publish your assets with CI to CDN
  39. # Project specific stuff
  40. temp
  41. typings