Guest User

Untitled

a guest
Apr 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ########################################################
  2. # ~/.gitignore
  3. ########################################################
  4.  
  5. # OSX
  6. _Store
  7. ._*
  8. .Spotlight-V100
  9. .Trashes
  10.  
  11. # ruby
  12. *.gem
  13. *.rbc
  14. .bundle
  15. .config
  16. coverage
  17. InstalledFiles
  18. lib/bundler/man
  19. pkg
  20. rdoc
  21. spec/reports
  22. test/tmp
  23. test/version_tmp
  24. tmp
  25.  
  26. # YARD artifacts
  27. .yardoc
  28. _yardoc
  29. doc/
  30.  
  31. # Rails
  32. *.rbc
  33. *.sassc
  34. .sass-cache
  35. capybara-*.html
  36. .rspec
  37. /.bundle
  38. /vendor/bundle
  39. /log/*
  40. /tmp/*
  41. /db/*.sqlite3
  42. /public/system/*
  43. /coverage/
  44. /spec/tmp/*
  45. **.orig
  46. config/*.yml
  47. rerun.txt
  48. pickle-email-*.html
  49.  
  50. # Xcode
  51. build/*
  52. *.pbxuser
  53. !default.pbxuser
  54. *.mode1v3
  55. !default.mode1v3
  56. *.mode2v3
  57. !default.mode2v3
  58. *.perspectivev3
  59. !default.perspectivev3
  60. *.xcworkspace
  61. !default.xcworkspace
  62. xcuserdata
  63. profile
  64. *.moved-aside
  65.  
  66. # CakePHP
  67. tmp/*
  68. config/database.php
  69. app/tmp/*
  70. app/config/database.php
  71. !empty
  72.  
  73. # ActionScript
  74. bin-debug/
  75. bin-release/
  76. .actionScriptProperties
  77. .flexProperties
  78. .settings/
  79. .project
Add Comment
Please, Sign In to add comment