We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd2afe commit 7ace529Copy full SHA for 7ace529
4 files changed
.gitignore
@@ -18,3 +18,4 @@ atlassian-*.xml
18
/itest/src/test/resources/org/jfrog/build/cache
19
/build-info-extractor/src/test/resources/artifactory-bi.properties
20
local.properties
21
+target
.jfrog/jfrog-apps-config.yml
@@ -0,0 +1,12 @@
1
+version: "1.0"
2
+modules:
3
+ - exclude_patterns:
4
+ - "**/.git/**"
5
+ - "**/build/**"
6
+ - "**/target/**"
7
+ - "**/.vscode/**"
8
+ - "**/.idea/**"
9
+ exclude_scanners:
10
+ - "iac"
11
+ # Temporarily disabling secrets scanner - the scanner removes essential Gradle files
12
+ - "secrets"
build-info-extractor/src/test/resources/bla/settings.jar
12.5 KB
gradle/wrapper/gradle-wrapper.jar
57.8 KB
0 commit comments