Skip to content

Commit 07d10a3

Browse files
committed
Update .gitignore to ignore generated documentation, coverage reports, performance logs, and macOS files
1 parent a179d66 commit 07d10a3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,21 @@ dev-workflow.log
3838
opencodetmp/opencode
3939
opencodetmp/opencode-linux-x64.zip
4040
sccache-*-musl/
41+
42+
# Additional ignores
43+
44+
# Generated documentation (mdbook output)
45+
docs/book/
46+
47+
# Coverage reports
48+
coverage/
49+
html/
50+
coverage-report/
51+
*.lcov
52+
coverage.lcov
53+
54+
# Performance monitoring logs and state
55+
performance/
56+
57+
# macOS
58+
.DS_Store

0 commit comments

Comments
 (0)