Ionic + React onboarding UI
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

92 wiersze
1.6 KiB

  1. # NPM renames .gitignore to .npmignore
  2. # In order to prevent that, we remove the initial "."
  3. # And the CLI then renames it
  4. # Using Android gitignore template: https://github.com/github/gitignore/blob/master/Android.gitignore
  5. # Built application files
  6. *.apk
  7. *.ap_
  8. *.aab
  9. # Files for the ART/Dalvik VM
  10. *.dex
  11. # Java class files
  12. *.class
  13. # Generated files
  14. bin/
  15. gen/
  16. out/
  17. release/
  18. # Gradle files
  19. .gradle/
  20. build/
  21. # Local configuration file (sdk path, etc)
  22. local.properties
  23. # Proguard folder generated by Eclipse
  24. proguard/
  25. # Log Files
  26. *.log
  27. # Android Studio Navigation editor temp files
  28. .navigation/
  29. # Android Studio captures folder
  30. captures/
  31. # IntelliJ
  32. *.iml
  33. .idea/workspace.xml
  34. .idea/tasks.xml
  35. .idea/gradle.xml
  36. .idea/assetWizardSettings.xml
  37. .idea/dictionaries
  38. .idea/libraries
  39. # Android Studio 3 in .gitignore file.
  40. .idea/caches
  41. .idea/modules.xml
  42. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  43. .idea/navEditor.xml
  44. # Keystore files
  45. # Uncomment the following lines if you do not want to check your keystore files in.
  46. #*.jks
  47. #*.keystore
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50. # Freeline
  51. freeline.py
  52. freeline/
  53. freeline_project_description.json
  54. # fastlane
  55. fastlane/report.xml
  56. fastlane/Preview.html
  57. fastlane/screenshots
  58. fastlane/test_output
  59. fastlane/readme.md
  60. # Version control
  61. vcs.xml
  62. # lint
  63. lint/intermediates/
  64. lint/generated/
  65. lint/outputs/
  66. lint/tmp/
  67. # lint/reports/
  68. # Cordova plugins for Capacitor
  69. capacitor-cordova-android-plugins
  70. # Copied web assets
  71. app/src/main/assets/public