12345678910111213141516171819202122232425262728293031 |
- # 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:
- /pubspec.lock
-
- .dart_tool/
- build/
-
- .vscode
|