智慧水务管理系统 - 精河县供水工程综合管理平台

.gitignore 547B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. migrate_working_dir/
  12. # IntelliJ related
  13. *.iml
  14. *.ipr
  15. *.iws
  16. .idea/
  17. # Flutter/Dart/Pub related
  18. **/doc/api/
  19. **/ios/Flutter/.last_build_id
  20. .dart_tool/
  21. .flutter-plugins
  22. .flutter-plugins-dependencies
  23. .packages
  24. .pub-cache/
  25. .pub/
  26. /build/
  27. # Symbolication related
  28. app.*.symbols
  29. # Obfuscation related
  30. app.*.map.json
  31. # Android Studio will place build artifacts here
  32. /android/app/debug
  33. /android/app/profile
  34. /android/app/release
  35. # Generated files
  36. *.g.dart
  37. *.freezed.dart