1234567891011121314151617181920212223242526272829 |
- # Miscellaneous
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- migrate_working_dir/
- # IntelliJ related
- .idea/
- # The .vscode folder contains launch configuration and tasks you configure in
- # VS Code which you may wish to be included in version control, so this line
- # is commented out by default.
- #.vscode/
- # Flutter/Dart/Pub related
- # Libraries should not include pubspec.lock, per https:
- .dart_tool/
- .packages
- build/
|