123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # OSX
  2. .DS_Store
  3. # Xcode
  4. build/
  5. *.pbxuser
  6. !default.pbxuser
  7. *.mode1v3
  8. !default.mode1v3
  9. *.mode2v3
  10. !default.mode2v3
  11. *.perspectivev3
  12. !default.perspectivev3
  13. xcuserdata
  14. *.xccheckout
  15. *.moved-aside
  16. DerivedData
  17. *.hmap
  18. *.ipa
  19. *.xcuserstate
  20. project.xcworkspace
  21. # Android/IntelliJ
  22. build/
  23. .idea
  24. .gradle
  25. local.properties
  26. *.iml
  27. # node.js
  28. node_modules/
  29. npm-debug.log
  30. yarn-error.log
  31. # BUCK
  32. buck-out/
  33. \.buckd/
  34. *.keystore
  35. # Bundle artifact
  36. *.jsbundle
  37. # CocoaPods
  38. Pods/
  39. # VScode
  40. .vscode/