Skip to content

Commit c77559b

Browse files
committedSep 4, 2022
add SonarQube, utPLSQL and tools to .gitignore
1 parent d683479 commit c77559b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ code_coverage.html
2828

2929
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
3030
hs_err_pid*
31+
32+
# SonarQube and utPLSQL
33+
junit_test_results.xml
34+
test_results.xml
35+
coverage.xml
36+
coverage.html
37+
coverage.html_assets
38+
.scannerwork
39+
tvdcc_report.json
40+
41+
# sqlcl, utplsql-cli, db* COODECOP
42+
.tools

0 commit comments

Comments
 (0)
Please sign in to comment.