.gitignore 524 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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/
  39. .claude