.gitignore 709 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. .pub-cache/
  30. .pub/
  31. /build/
  32. # Symbolication related
  33. app.*.symbols
  34. # Obfuscation related
  35. app.*.map.json
  36. # Android Studio will place build artifacts here
  37. /android/app/debug
  38. /android/app/profile
  39. /android/app/release