Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /node_modules
  2. /public/storage
  3. /public/hot
  4. /storage/*.key
  5. /vendor
  6. /.idea
  7. npm-debug.log
  8. Homestead.json
  9. Homestead.yaml
  10. .env
  11.  
  12.  
  13. ##### Dev stuff #####
  14. .sass-cache/
  15. .jekyll-metadata
  16. .rocketeer/
  17. .deploy*/
  18. Gemfile
  19. Guardfile
  20. composer.phar
  21.  
  22. ##### OSX #####
  23. **/.DS_Store
  24. **/.AppleDouble
  25. **/.LSOverride
  26. **/.localized
  27. **/._*
  28. .DocumentRevisions-V100
  29. .fseventsd
  30. .Spotlight-V100
  31. .TemporaryItems
  32. .Trashes
  33. .VolumeIcon.icns
  34. .AppleDB
  35. .AppleDesktop
  36. .apdisk
  37.  
  38. ##### Windows #####
  39. **/Thumbs.db
  40. **/ehthumbs.db
  41. **/Desktop.ini
  42. **/$RECYCLE.BIN
  43. **/*.cab
  44. **/*.msi
  45. **/*.msm
  46. **/*.msp
  47. **/*.lnk
  48.  
  49. # May be important:
  50. # As of version 1.8.2, git supports ** to mean zero or more sub-directories. Update your git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement