.gitignore 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. .dart_tool/
  23. .flutter-plugins
  24. .flutter-plugins-dependencies
  25. .packages
  26. .pub-cache/
  27. .pub/
  28. /build/
  29. # Web related
  30. lib/generated_plugin_registrant.dart
  31. # Symbolication related
  32. app.*.symbols
  33. # Obfuscation related
  34. app.*.map.json
  35. # Exceptions to above rules.
  36. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
  37. /lib/bean/user.g.dart
  38. /lib/bean/Channel.g.dart
  39. /lib/services/api/rest_client.g.dart
  40. /lib/services/api/user_api.g.dart
  41. /lib/services/api/login_api.g.dart
  42. /pubspec.lock
  43. /android/tmpmob/ShareSDK/assets/ShareSDK.xml
  44. **/.cxx/
  45. /plugin/shoes_sdk/android/.cxx/