Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 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. # it's better to unpack these files and commit the raw source
  13. # git has its own built in compression methods
  14. *.7z
  15. *.dmg
  16. *.gz
  17. *.iso
  18. *.jar
  19. *.rar
  20. *.tar
  21. *.zip
  22.  
  23. # Logs and databases #
  24. ######################
  25. *.log
  26. *.sql
  27. *.sqlite
  28.  
  29. # OS generated files #
  30. ######################
  31. .DS_Store
  32. .DS_Store?
  33. ._*
  34. .Spotlight-V100
  35. .Trashes
  36. ehthumbs.db
  37. Thumbs.db
  38.  
  39. # IDE files #
  40. #############
  41. nbproject
  42. .~lock.*
  43. .buildpath
  44. .idea
  45. .project
  46. .settings
  47. *.sublime-workspace
  48. *.sublime-project
  49.  
  50. ######################
  51.  
  52. .env*
  53. /node_modules
  54. /public/hot
  55. /public/storage
  56. /storage/*.key
  57. /vendor
  58. /.idea
  59. /.vscode
  60. /.vagrant
  61. Homestead.json
  62. Homestead.yaml
  63. npm-debug.log
  64. yarn-error.log
  65.  
  66. /storage
  67. /public/css
  68. /public/js
  69. /public/images
  70. /public/img
  71. /public/fonts
  72. /public/mix-manifest.json
  73.  
  74. /_*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement