.pubignore 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. example/build/
  31. # Web related
  32. lib/generated_plugin_registrant.dart
  33. # Symbolication related
  34. app.*.symbols
  35. # Obfuscation related
  36. app.*.map.json
  37. # Exceptions to above rules.
  38. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
  39. js_api/node_modules/
  40. js_api/.yarn/*
  41. !js_api/.yarn/patches
  42. !js_api/.yarn/plugins
  43. !js_api/.yarn/releases
  44. !js_api/.yarn/sdks
  45. !js_api/.yarn/versions
  46. js_api/dist/*.js.LICENSE.txt
  47. js_as_extension/node_modules/
  48. js_api_eth/node_modules/
  49. mobile-provider/
  50. mobile-provider