Application Android et IOS pour l'amicale des élèves
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 847B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. # Android/IntelliJ
  23. #
  24. build/
  25. .idea
  26. .gradle
  27. local.properties
  28. *.iml
  29. # node.js
  30. #
  31. node_modules/
  32. npm-debug.log
  33. yarn-error.log
  34. # BUCK
  35. buck-out/
  36. \.buckd/
  37. *.keystore
  38. !debug.keystore
  39. *.jks
  40. /android/gradle.properties
  41. # fastlane
  42. #
  43. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  44. # screenshots whenever they are needed.
  45. # For more information about the recommended setup visit:
  46. # https://docs.fastlane.tools/best-practices/source-control/
  47. */fastlane/report.xml
  48. */fastlane/Preview.html
  49. */fastlane/screenshots
  50. # Bundle artifacts
  51. *.jsbundle
  52. # CocoaPods
  53. /ios/Pods/