.gitignore 516 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .DS_Store
  2. .dart_tool/
  3. .pub/
  4. .idea/
  5. .vagrant/
  6. .sconsign.dblite
  7. .svn/
  8. migrate_working_dir/
  9. *.swp
  10. profile
  11. !lib/features/profile/
  12. DerivedData/
  13. .generated/
  14. *.pbxuser
  15. *.mode1v3
  16. *.mode2v3
  17. *.perspectivev3
  18. !default.pbxuser
  19. !default.mode1v3
  20. !default.mode2v3
  21. !default.perspectivev3
  22. xcuserdata
  23. *.moved-aside
  24. *.pyc
  25. *sync/
  26. Icon?
  27. .tags*
  28. build/
  29. .android/
  30. .ios/
  31. .flutter-plugins-dependencies
  32. # Symbolication related
  33. app.*.symbols
  34. # Obfuscation related
  35. app.*.map.json
  36. .codegraph/
  37. .vscode/
  38. docs/superpowers/prototype/