.gitignore 855 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .vscode/
  2. # Miscellaneous
  3. *.class
  4. *.log
  5. *.pyc
  6. *.swp
  7. .DS_Store
  8. .atom/
  9. .buildlog/
  10. .history
  11. .svn/
  12. # IntelliJ related
  13. *.iml
  14. *.ipr
  15. *.iws
  16. .idea/
  17. # The .vscode folder contains launch configuration and tasks you configure in
  18. # VS Code which you may wish to be included in version control, so this line
  19. # is commented out by default.
  20. #.vscode/
  21. # Flutter/Dart/Pub related
  22. **/doc/api/
  23. **/ios/Flutter/.last_build_id
  24. .dart_tool/
  25. .flutter-plugins
  26. .flutter-plugins-dependencies
  27. .packages
  28. .pub-cache/
  29. .pub/
  30. /build/
  31. example/build/
  32. # Web related
  33. lib/generated_plugin_registrant.dart
  34. # Symbolication related
  35. app.*.symbols
  36. # Obfuscation related
  37. app.*.map.json
  38. # Exceptions to above rules.
  39. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
  40. js_api/node_modules/
  41. js_api/dist/main.js.LICENSE.txt
  42. js_as_extension/node_modules/
  43. js_api_eth/node_modules/