We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d85c20 commit 9f7bf22Copy full SHA for 9f7bf22
2 files changed
.gitignore
@@ -4,7 +4,10 @@
4
.dart_tool/
5
.packages
6
.pub/
7
-pubspec.lock
+
8
+# Exclude pubspec.lock files in tests and example fixtures.
9
+packages/devtools_app/test/**/pubspec.lock
10
+packages/devtools_extensions/example/**/pubspec.lock
11
12
.idea/
13
.data_dir/
0 commit comments