.gitignore 530 B

1234567891011121314151617181920212223242526272829303132
  1. .vscode/
  2. # Miscellaneous
  3. *.class
  4. *.log
  5. *.pyc
  6. *.swp
  7. .DS_Store
  8. .atom/
  9. .buildlog/
  10. .history
  11. .svn/
  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/