.gitignore 441 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .idea/
  2. .vagrant/
  3. .sconsign.dblite
  4. .svn/
  5. .DS_Store
  6. *.swp
  7. profile
  8. DerivedData/
  9. build/
  10. PluginRegistry.h
  11. PluginRegistry.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/App.framework
  29. /Flutter/Flutter.framework
  30. /Flutter/Generated.xcconfig
  31. /ServiceDefinitions.json
  32. Pods/