Skip to content

Commit 3c9c1b0

Browse files
gnpricechrisbobbe
authored andcommitted
gitignore: Ignore detritus from Flutter DevTools
This devtools_options.yaml file seems to get created whenever I use the Flutter DevTools, the home of the Flutter inspector. It's pretty vacuous -- just one line reading "extensions:". Seems like it'd be better for it to not create it. But in the meantime we can make it not a problem for ourselves, by just telling Git to ignore it so it doesn't clutter things up.
1 parent 69574ae commit 3c9c1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ migrate_working_dir/
2525
**/doc/api/
2626
**/ios/Flutter/.last_build_id
2727
.dart_tool/
28+
/devtools_options.yaml
2829
.flutter-plugins
2930
.flutter-plugins-dependencies
3031
.packages

0 commit comments

Comments
 (0)