-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (15 loc) · 792 Bytes
/
.gitattributes
File metadata and controls
19 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Git LFS configuration for devnull documentation site
# Archive files (keep in LFS - downloadable resources not needed for website display)
*.zip filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsa filter=lfs diff=lfs merge=lfs -text
# Executable files (keep in LFS - downloadable resources)
*.exe filter=lfs diff=lfs merge=lfs -text
# Video files (keep in LFS if any are added)
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.avi filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text
*.wmv filter=lfs diff=lfs merge=lfs -text
# NOTE: Images are NOT in LFS because GitHub Pages doesn't support serving LFS files.
# Images are committed directly to git so they display correctly on the website.