forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
17 lines (14 loc) · 723 Bytes
/
.gitattributes
File metadata and controls
17 lines (14 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://help.github.com/articles/dealing-with-line-endings/
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
*.sh text eol=lf
# Treat all files inside .yarn/ as binary files. This ensures they do
# not make a mess in results for git grep or git diff. See
# https://stackoverflow.com/a/51564689 and
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/** binary
# Exclude vendored files from GitHub statistics. Note that this also includes
# legacy v2 question client files, which is first-party code that we intend
# to never touch again.
apps/prairielearn/public/javascripts/** linguist-vendored
apps/prairielearn/public/localscripts/** linguist-vendored