.gitignore 718 B

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