Skip to content

Commit ad4690e

Browse files
committed
Update gitignore.
1 parent 9c50b9d commit ad4690e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
2424
**/doc/api/
@@ -32,6 +32,10 @@
3232
/build/
3333
/windows/unityLibrary
3434

35+
36+
**/Flutter/ephemeral
37+
**/flutter/ephemeral
38+
3539
# Web related
3640
lib/generated_plugin_registrant.dart
3741

0 commit comments

Comments
 (0)