File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change 1818# The .vscode folder contains launch configuration and tasks you configure in
1919# VS Code which you may wish to be included in version control, so this line
2020# is commented out by default.
21- # .vscode/
21+ .vscode /
2222
2323# Flutter/Dart/Pub related
24+ # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
25+ /pubspec.lock
2426** /doc /api /
25- ** /ios /Flutter /.last_build_id
2627.dart_tool /
27- .flutter-plugins
28- .flutter-plugins-dependencies
2928.packages
30- .pub-cache /
31- .pub /
32- /build /
29+ build /
3330
34- # Web related
35- lib /generated_plugin_registrant.dart
36-
37- # Symbolication related
38- app. * .symbols
39-
40- # Obfuscation related
41- app. * .map.json
42-
43- # Android Studio will place build artifacts here
44- /android /app /debug
45- /android /app /profile
46- /android /app /release
31+ example /pubspec.lock
You can’t perform that action at this time.
0 commit comments