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 872B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. !.idea/runConfigurations
  27. .gradle
  28. local.properties
  29. *.iml
  30. # node.js
  31. #
  32. node_modules/
  33. npm-debug.log
  34. yarn-error.log
  35. # BUCK
  36. buck-out/
  37. \.buckd/
  38. *.keystore
  39. !debug.keystore
  40. *.jks
  41. /android/gradle.properties
  42. # fastlane
  43. #
  44. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  45. # screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/
  48. */fastlane/report.xml
  49. */fastlane/Preview.html
  50. */fastlane/screenshots
  51. # Bundle artifacts
  52. *.jsbundle
  53. # CocoaPods
  54. /ios/Pods/