Skip to content

Commit bebc608

Browse files
chore: ignore build files for license headers
1 parent e8c97c2 commit bebc608

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

melos.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,18 @@ scripts:
140140
--ignore "**/*.rb" \
141141
--ignore "**/*.txt" \
142142
--ignore "**/*.cmake" \
143-
--ignore "**/Runner/AppDelegate.swift" \
144-
--ignore "**/Runner/MainFlutterWindow.swift" \
145-
--ignore "**/Runner/Runner-Bridging-Header.h" \
146-
--ignore "**/Runner/AppDelegate.h" \
147-
--ignore "**/Runner/AppDelegate.m" \
148-
--ignore "**/Runner/main.m" \
143+
--ignore "**/Runner/**/*" \
149144
--ignore "**/MainActivity.kt" \
150145
--ignore "**/MainActivity.java" \
151146
--ignore "**/FlutterMultiDexApplication.java" \
152147
--ignore "**/GeneratedPluginRegistrant.swift" \
153148
--ignore "**/Pods/**" \
154149
--ignore "**/flutter/generated_plugin_registrant.*" \
155150
--ignore "**/example/windows/**/*" \
151+
--ignore "**/Flutter/**/*" \
152+
--ignore "**/build/**/*" \
153+
--ignore "**/.dart_tool/**/*" \
154+
--ignore "**/flutter/plugins/**/*" \
156155
.
157156
description: Add a license header to all necessary files.
158157

0 commit comments

Comments
 (0)