Guest User

Untitled

a guest
Jun 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # OSX Noise
  2. .DS_Store
  3.  
  4. # TextMate
  5. *.tmproj
  6. tmtags
  7.  
  8. # XCode (and ancestors) per-user config (very noisy, and not relevant)
  9. *.mode1
  10. *.mode1v3
  11. *.mode2v3
  12. *.perspective
  13. *.perspectivev3
  14. *.pbxuser
  15.  
  16. # build products
  17. build/
  18. *.[oa]
  19.  
  20. # Other source repository archive directories (protects when importing)
  21. .hg
  22. .svn
  23.  
  24. # Vim
  25. *.swp
  26.  
  27. # Thinking Sphinx
  28. config/*.sphinx.conf
  29. db/sphinx
  30.  
  31. # Rails 3
  32. .bundle
  33. db/*.sqlite3
  34. log/*.log
  35. tmp/**/*
  36. public/system/*
  37.  
  38. # RubyMine
  39. .idea/workspace.xml
  40. .idea/tasks.xml
  41.  
  42. # Google Android
  43. .metadata
  44. tmp/**
  45. *.tmp
  46. *.bak
  47. tmp/**/*
  48. *.swp
  49. *~.nib
  50. *~
  51. *.apk
  52. bin
  53. gen
  54. local.properties
  55. *.jar
Add Comment
Please, Sign In to add comment