File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments