Skip to content

Commit 36263f2

Browse files
author
gabrielsouza80
committed
fix: Update .gitignore to include additional logs and report directories
1 parent 6a82c21 commit 36263f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Maven build output
22
/target/
33

4+
# Java upgrade tool logs
5+
/.github/java-upgrade/
6+
47
# Allure local install/cache generated by allure-maven
58
/.allure/
69

10+
# Allure results and reports
11+
/allure-results/
12+
/target/reports/
13+
714
# VS Code / IDE
815
/.vscode/
916
/.idea/
@@ -12,3 +19,8 @@
1219
# OS files
1320
.DS_Store
1421
Thumbs.db
22+
23+
# Playwright traces/reports
24+
playwright-report/
25+
trace.zip
26+
*.zip

0 commit comments

Comments
 (0)