File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1515/.gradle /
1616/build /
1717
18- # Local configuration files
18+ # Local Gradle configuration files
1919local.properties
2020user.gradle
2121
@@ -26,16 +26,17 @@ user.gradle
2626/build
2727/cmdline
2828
29- # Code scanning, log and other files
30- * .log
31- * .sarif
32- * .dex
29+ # Coverage, logs and other files
3330/coverage /
31+ /.ssh /
32+ /.wget-hsts
3433/.ash_history
3534/.bash_history
36- /.wget-hsts
35+ * .log
36+ * .sarif
37+ * .dex
3738
38- # Caches and other files
39+ # Caches
3940/.cache /
4041/.git /
4142__pycache__ /
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ rm -f "${TEMP_DIR}/zip-content/settings-full.conf"
226226rm -rf " ${TEMP_DIR} /zip-content/misc/aapt" || ui_error ' Failed to delete unused files in the temp dir'
227227rm -f " ${TEMP_DIR} /zip-content/misc/busybox/busybox-" mips* || ui_error ' Failed to delete unused files in the temp dir'
228228rm -f " ${TEMP_DIR} /zip-content/LICENSES/Info-ZIP.txt" || ui_error ' Failed to delete unused files in the temp dir'
229+ rm -f " ${TEMP_DIR} /zip-content/LICENSES/Unlicense.txt" || ui_error ' Failed to delete unused files in the temp dir'
229230
230231printf ' %s\n%s\n\n%s\n' ' # SPDX-FileCopyrightText: none' ' # SPDX-License-Identifier: CC0-1.0' " buildType=${BUILD_TYPE:? } " 1> " ${TEMP_DIR:? } /zip-content/build-type.prop" || ui_error ' Failed to create the "build-type.prop" file'
231232
Original file line number Diff line number Diff line change 1+ SPDX-FileCopyrightText: none
2+ SPDX-License-Identifier: CC0-1.0
You can’t perform that action at this time.
0 commit comments