.gitignore 488 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .idea/
  2. .vagrant/
  3. .sconsign.dblite
  4. .svn/
  5. .DS_Store
  6. *.swp
  7. profile
  8. DerivedData/
  9. build/
  10. GeneratedPluginRegistrant.h
  11. GeneratedPluginRegistrant.m
  12. *.pbxuser
  13. *.mode1v3
  14. *.mode2v3
  15. *.perspectivev3
  16. !default.pbxuser
  17. !default.mode1v3
  18. !default.mode2v3
  19. !default.perspectivev3
  20. xcuserdata
  21. *.moved-aside
  22. *.pyc
  23. *sync/
  24. Icon?
  25. .tags*
  26. /Flutter/app.flx
  27. /Flutter/app.zip
  28. /Flutter/flutter_assets/
  29. /Flutter/App.framework
  30. /Flutter/Flutter.framework
  31. /Flutter/Generated.xcconfig
  32. /ServiceDefinitions.json
  33. Pods/