You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 413B

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