Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9.  
  10. # Packages #
  11. ############
  12. *.7z
  13. *.dmg
  14. *.gz
  15. *.iso
  16. *.jar
  17. *.rar
  18. *.tar
  19. *.zip
  20.  
  21. # Logs and databases #
  22. ######################
  23. *.log
  24. *.sql
  25. *.sqlite
  26.  
  27. # OS generated files #
  28. ######################
  29. .DS_Store
  30. .DS_Store?
  31. ._*
  32. .Spotlight-V100
  33. .Trashes
  34. ehthumbs.db
  35. Thumbs.db
  36.  
  37. # Temporary storage #
  38. ######################
  39. /storage/framework/cache/*
  40. /storage/framework/session/*
  41. /storage/logs/*
  42. /public/storage
  43. application/cache/*
  44. !application/cache/index.html
  45. !application/cache/.htaccess
  46. application/logs/*
  47. !application/logs/index.html
  48. !application/logs/.htaccess
  49.  
  50. # Repositories #
  51. ################
  52. /node_modules
  53. /bower_components
  54. /public/node_modules
  55. /public/bower_components
  56. /vendor
  57. /.git
  58. /.hg
  59.  
  60. # Configuration files #
  61. #######################
  62. /.project
  63. /nbproject
  64. /.idea
  65. Homestead.yaml
  66. Homestead.json
  67. .env
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement