Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

79 lines
1.4KB

  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. migrate_working_dir/
  12. # IntelliJ related
  13. *.iml
  14. *.ipr
  15. *.iws
  16. .idea/
  17. # The .vscode folder contains launch configuration and tasks you configure in
  18. # VS Code which you may wish to be included in version control, so this line
  19. # is commented out by default.
  20. #.vscode/
  21. # Flutter/Dart/Pub related
  22. **/doc/api/
  23. **/ios/Flutter/.last_build_id
  24. .dart_tool/
  25. .flutter-plugins
  26. .flutter-plugins-dependencies
  27. .packages
  28. .pub-cache/
  29. .pub/
  30. /build/
  31. # Symbolication related
  32. app.*.symbols
  33. # Obfuscation related
  34. app.*.map.json
  35. # Android Studio will place build artifacts here
  36. /android/app/debug
  37. /android/app/profile
  38. /android/app/release
  39. /android/app/.gradle/
  40. /android/.gradle/
  41. /android/local.properties
  42. /android/key.properties
  43. # iOS/macOS
  44. **/ios/**/*.mode1v3
  45. **/ios/**/*.mode2v3
  46. **/ios/**/*.moved-aside
  47. **/ios/**/*.pbxuser
  48. **/ios/**/*.perspectivev3
  49. **/ios/**/*sync/
  50. **/ios/**/.sconsign.dblite
  51. **/ios/**/.tags*
  52. **/ios/**/.vagrant/
  53. **/ios/**/DerivedData/
  54. **/ios/**/Icon?
  55. **/ios/**/Icon?.*
  56. **/ios/**/Info.plist
  57. **/ios/**/Pods/
  58. **/ios/**/.symlinks/
  59. **/ios/**/Flutter/Flutter.framework
  60. **/ios/**/Flutter/Flutter.podspec
  61. **/ios/**/Flutter/GeneratedPluginRegistrant.*
  62. **/ios/**/generated/
  63. **/ios/**/ephemeral/
  64. **/ios/Flutter/Flutter.podspec
  65. **/ios/Flutter/Flutter.framework
  66. # Coverage
  67. coverage/
  68. # Exceptions to above rules.
  69. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages