mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Update ignored directories in gh-pages step (#2151)
Follow-up to 975a25bb0b
This commit is contained in:
@@ -7,7 +7,12 @@ import 'package:path/path.dart' as p;
|
||||
import 'common.dart';
|
||||
import 'fix_base_tags.dart';
|
||||
|
||||
const ignoredDirectories = ['_tool', '_packages', 'samples_index'];
|
||||
const ignoredDirectories = [
|
||||
'_tool',
|
||||
'_packages/web_startup_analyzer',
|
||||
'_packages/web_startup_analyzer/example',
|
||||
'samples_index'
|
||||
];
|
||||
|
||||
void main() async {
|
||||
final packageDirs = [
|
||||
|
||||
Reference in New Issue
Block a user