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 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. node_modules/**/*
  2. .expo/*
  3. npm-debug.*
  4. *.jks
  5. *.p12
  6. *.key
  7. *.mobileprovision
  8. *.orig.*
  9. web-build/
  10. web-report/
  11. /.expo-shared/
  12. /package-lock.json
  13. /passwords.json
  14. !/.idea/
  15. /.idea/*
  16. !/.idea/runConfigurations
  17. # The following contents were automatically generated by expo-cli during eject
  18. # ----------------------------------------------------------------------------
  19. # OSX
  20. #
  21. .DS_Store
  22. # Xcode
  23. #
  24. build/
  25. *.pbxuser
  26. !default.pbxuser
  27. *.mode1v3
  28. !default.mode1v3
  29. *.mode2v3
  30. !default.mode2v3
  31. *.perspectivev3
  32. !default.perspectivev3
  33. xcuserdata
  34. *.xccheckout
  35. *.moved-aside
  36. DerivedData
  37. *.hmap
  38. *.ipa
  39. *.xcuserstate
  40. project.xcworkspace
  41. # Android/IntelliJ
  42. #
  43. build/
  44. .idea
  45. .gradle
  46. local.properties
  47. *.iml
  48. # node.js
  49. #
  50. node_modules/
  51. npm-debug.log
  52. yarn-error.log
  53. # BUCK
  54. buck-out/
  55. \.buckd/
  56. *.keystore
  57. # fastlane
  58. #
  59. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  60. # screenshots whenever they are needed.
  61. # For more information about the recommended setup visit:
  62. # https://docs.fastlane.tools/best-practices/source-control/
  63. */fastlane/report.xml
  64. */fastlane/Preview.html
  65. */fastlane/screenshots
  66. # Bundle artifacts
  67. *.jsbundle
  68. # CocoaPods
  69. /ios/Pods/
  70. # Expo
  71. .expo/*
  72. /android/gradle.properties