.gitignore 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
  23. /pubspec.lock
  24. **/doc/api/
  25. .dart_tool/
  26. .packages
  27. build/
  28. .vscode/
  29. node_modules
  30. android/local.properties
  31. .flutter-plugins
  32. .flutter-plugins-dependencies
  33. linux/
  34. macos/
  35. ios/Flutter/
  36. example/macos/
  37. example/ios/Flutter/
  38. example/pubspec.lock
  39. example/ios/Podfile
  40. example_nt/macos/
  41. example_nt/ios/Flutter/
  42. example_nt/pubspec.lock
  43. example_nt/ios/Podfile