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

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