充电桩app代码

.gitignore 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Android template
  3. # Built application files
  4. *.apk
  5. *.ap_
  6. # Files for the ART/Dalvik VM
  7. *.dex
  8. # Java class files
  9. *.class
  10. # Generated files
  11. bin/
  12. gen/
  13. out/
  14. bugly
  15. # Gradle files
  16. .gradle/
  17. build/
  18. # Local configuration file (sdk path, etc)
  19. local.properties
  20. # Proguard folder generated by Eclipse
  21. proguard/
  22. # Log Files
  23. *.log
  24. # Android Studio Navigation editor temp files
  25. .navigation/
  26. # Android Studio captures folder
  27. captures/
  28. # IntelliJ
  29. *.iml
  30. .idea/workspace.xml
  31. .idea/tasks.xml
  32. .idea/gradle.xml
  33. .idea/assetWizardSettings.xml
  34. .idea/dictionaries
  35. .idea/libraries
  36. .idea/caches
  37. # Keystore files
  38. # Uncomment the following line if you do not want to check your keystore files in.
  39. #*.jks
  40. # External native build folder generated in Android Studio 2.2 and later
  41. .externalNativeBuild
  42. # Google Services (e.g. APIs or Firebase)
  43. google-services.json
  44. # Freeline
  45. freeline.py
  46. freeline/
  47. freeline_project_description.json
  48. # fastlane
  49. fastlane/report.xml
  50. fastlane/Preview.html
  51. fastlane/screenshots
  52. fastlane/test_output
  53. fastlane/readme.md
  54. ### Example user template template
  55. ### Example user template
  56. .idea/codeStyles/
  57. .idea/inspectionProfiles/
  58. .idea/misc.xml
  59. .idea/modules.xml
  60. .idea/runConfigurations.xml
  61. .idea/vcs.xml