.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. generated*
  31. Generated*
  32. # Web related
  33. lib/generated_plugin_registrant.dart
  34. # Language related generated files
  35. lib/generated/
  36. # Freezed generated files
  37. *.g.dart
  38. *.freezed.dart
  39. # Symbolication related
  40. app.*.symbols
  41. # Obfuscation related
  42. app.*.map.json
  43. # Android Studio will place build artifacts here
  44. /android/app/debug
  45. /android/app/profile
  46. /android/app/release
  47. /packages/flowy_protobuf
  48. /packages/flutter-quill
  49. product/**
  50. windows/flutter/dart_ffi/
  51. **/**/*.dylib
  52. **/**/*.a
  53. **/**/*.lib
  54. **/**/*.dll
  55. **/**/*.so
  56. **/**/Brewfile.lock.json
  57. **/.sandbox
  58. **/.vscode/
  59. *.env