.gitignore 719 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .build/
  9. .buildlog/
  10. .history
  11. .svn/
  12. .swiftpm/
  13. migrate_working_dir/
  14. # IntelliJ related
  15. *.iml
  16. *.ipr
  17. *.iws
  18. .idea/
  19. # The .vscode folder contains launch configuration and tasks you configure in
  20. # VS Code which you may wish to be included in version control, so this line
  21. # is commented out by default.
  22. #.vscode/
  23. # Flutter/Dart/Pub related
  24. **/doc/api/
  25. **/ios/Flutter/.last_build_id
  26. .dart_tool/
  27. .flutter-plugins
  28. .flutter-plugins-dependencies
  29. .packages
  30. .pub-cache/
  31. .pub/
  32. /build/
  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