.gitignore 711 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. *.lock
  7. .DS_Store
  8. .atom/
  9. .build/
  10. .buildlog/
  11. .history
  12. .svn/
  13. .swiftpm/
  14. migrate_working_dir/
  15. # IntelliJ related
  16. *.iml
  17. *.ipr
  18. *.iws
  19. .idea/
  20. # The .vscode folder contains launch configuration and tasks you configure in
  21. # VS Code which you may wish to be included in version control, so this line
  22. # is commented out by default.
  23. #.vscode/
  24. # Flutter/Dart/Pub related
  25. **/doc/api/
  26. **/ios/Flutter/.last_build_id
  27. .dart_tool/
  28. .flutter-plugins-dependencies
  29. .pub-cache/
  30. .pub/
  31. /build/
  32. /coverage/
  33. # Symbolication related
  34. app.*.symbols
  35. # Obfuscation related
  36. app.*.map.json
  37. # Android Studio will place build artifacts here
  38. /android/app/debug
  39. /android/app/profile
  40. /android/app/release