forked from tt-a1i/archify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 957 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (16 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated diagram artifacts and built documentation surfaces.
# Keep renderer/viewer templates and the hand-authored landing page visible to Linguist.
/archify/examples/*.html linguist-generated=true
/examples/*.html linguist-generated=true
/docs/cases/*.html linguist-generated=true
/docs/gallery.html linguist-generated=true
/docs/gallery/artifacts/*.html linguist-generated=true
/docs/guide.html linguist-generated=true
/docs/start.html linguist-generated=true
/experiments/**/*.html linguist-generated=true
# Deterministic build outputs committed for zero-install and release verification.
/archify/renderers/shared/generated-brand-marks.mjs linguist-generated=true
/archify/renderers/shared/generated-validators.mjs linguist-generated=true
# Normalize line endings so working-tree bytes match the index on Windows (core.autocrlf=true).
# See issue #144: tracked files materialized as CRLF on Windows, breaking byte-exact checks.
* text=auto eol=lf