File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
build_runner_core/test/fixtures Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ pubspec.lock
7
7
# Common build output
8
8
/* /build /
9
9
10
- # Include package config files from tests which are hand coded
11
- ! build_runner_core /test /fixtures /** /.dart_tool /package_config.json
12
- ! build_runner_core /test /fixtures /** /pubspec.lock
13
-
14
10
# Extra files from dart2js that we don't want
15
11
build_runner /lib /src /server /graph_viz_main.dart.js.deps
16
12
build_runner /lib /src /server /graph_viz_main.dart.js.tar.gz
Original file line number Diff line number Diff line change
1
+ # Take special care to include the .dart_tool/package_config.json files and
2
+ # only those.
3
+
4
+ # Re-include the .dart_tool dir (can't unexclude files if their parent dir is
5
+ # ignored).
6
+ ! /* /.dart_tool
7
+ # Exclude everything under the .dart_tool (but not the dir itself!).
8
+ /* /.dart_tool /*
9
+ # Re-include the package config file.
10
+ ! /* /.dart_tool /package_config.json
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments