.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. # IntelliJ related
  12. *.iml
  13. *.ipr
  14. *.iws
  15. .idea/
  16. # The .vscode folder contains launch configuration and tasks you configure in
  17. # VS Code which you may wish to be included in version control, so this line
  18. # is commented out by default.
  19. #.vscode/
  20. # Flutter/Dart/Pub related
  21. **/doc/api/
  22. **/ios/Flutter/.last_build_id
  23. .dart_tool/
  24. .flutter-plugins
  25. .flutter-plugins-dependencies
  26. .packages
  27. .pub-cache/
  28. .pub/
  29. /build/
  30. # Web related
  31. lib/generated_plugin_registrant.dart
  32. # Language related generated files
  33. lib/generated/
  34. # Freezed generated files
  35. *.g.dart
  36. *.freezed.dart
  37. # Symbolication related
  38. app.*.symbols
  39. # Obfuscation related
  40. app.*.map.json
  41. # Android Studio will place build artifacts here
  42. /android/app/debug
  43. /android/app/profile
  44. /android/app/release
  45. /packages/flowy_protobuf
  46. /packages/flutter-quill
  47. product/**
  48. windows/flutter/dart_ffi/
  49. **/**/*.dylib
  50. **/**/*.a
  51. **/**/*.lib
  52. **/**/*.dll
  53. **/**/*.so
  54. **/**/Brewfile.lock.json
  55. **/.sandbox
  56. **/.vscode/