Guest User

Untitled

a guest
Mar 24th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /node_modules
  2. /public/storage
  3. /storage/*.key
  4. /vendor
  5. Homestead.yaml
  6. Homestead.json
  7. .env
  8.  
  9. # ====== OS X ======
  10. .DS_Store
  11. .AppleDouble
  12. .LSOverride
  13.  
  14. # Icon must end with two \r
  15. Icon
  16.  
  17. # Thumbnails
  18. ._*
  19.  
  20. # Files that might appear on external disk
  21. .Spotlight-V100
  22. .Trashes
  23.  
  24. # Directories potentially created on remote AFP share
  25. .AppleDB
  26. .AppleDesktop
  27. Network Trash Folder
  28. Temporary Items
  29. .apdisk
  30.  
  31. # ====== WINDOWS ======
  32. # Windows image file caches
  33. Thumbs.db
  34. ehthumbs.db
  35.  
  36. # Folder config file
  37. Desktop.ini
  38.  
  39. # Recycle Bin used on file shares
  40. $RECYCLE.BIN/
  41.  
  42. # Windows Installer files
  43. *.cab
  44. *.msi
  45. *.msm
  46. *.msp
  47.  
  48. # ====== JETBRAINS IDEs ======
  49. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
  50. ## Directory-based project format
  51. .idea/
  52. # if you remove the above rule, at least ignore user-specific stuff:
  53. # .idea/workspace.xml
  54. # .idea/tasks.xml
  55. # and these sensitive or high-churn files:
  56. # .idea/dataSources.ids
  57. # .idea/dataSources.xml
  58. # .idea/sqlDataSources.xml
  59. # .idea/dynamic.xml
  60.  
  61. ## File-based project format
  62. *.ipr
  63. *.iws
  64. *.iml
  65.  
  66. ## Additional for IntelliJ
  67. out/
  68. .recycle/
  69.  
  70. # generated by mpeltonen/sbt-idea plugin
  71. .idea_modules/
  72.  
  73. # generated by JIRA plugin
  74. atlassian-ide-plugin.xml
  75.  
  76. # generated by Crashlytics plugin (for Android Studio and Intellij)
  77. com_crashlytics_export_strings.xml
  78.  
  79. # ====== VAGRANT ======
  80. .vagrant/
  81.  
  82. # ====== NRTBEANS ======
  83. nbproject/
Add Comment
Please, Sign In to add comment