Skip to content

Commit e393966

Browse files
committed
chore(gitignore): add gitignore rules for generated documentation artifacts
- Ignore generated documentation health reports and logs - Exclude temporary HTML dashboards and link check results - Keep repository clean of automatically generated files
1 parent ebc4866 commit e393966

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ build/
1818
frontend/dist/
1919
**/frontend/dist/
2020
frontend/hostinger-deploy/
21+
22+
# Generated documentation reports and artifacts
23+
reports/documentation/*.log
24+
reports/documentation/*.html
25+
reports/documentation/link-health-report-*.md
26+
reports/documentation/health-dashboard-*.html
2127
**/hostinger-deploy/
2228
thinkred-website.zip
2329
**/thinkred-website.zip

0 commit comments

Comments
 (0)