-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (15 loc) · 828 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (15 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LF in the repository, whatever the working tree uses. This project is
# developed on Windows and tested on three platforms; without this, a
# contributor's first commit can arrive as "changed every line".
* text=auto eol=lf
*.png binary
*.ico binary
# The terminal is one HTML file holding the whole UI, so GitHub's language
# stats read this repo as mostly HTML unless told that the file is the app.
app/web/index.html linguist-detectable
docs/* linguist-documentation
# docs/demo/ is output, not source — tools/build_demo.py writes all of it,
# including a verbatim copy of the UI and a few MB of captured fixtures.
# `linguist-generated` keeps it out of the language stats and collapses it
# in diffs, so a rebuilt demo doesn't read as thousands of changed lines.
docs/demo/** linguist-generated