-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e4558e
commit 25bfe44
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Auto detect text files and perform line-ending normalization | ||
* text=auto | ||
|
||
# Documentation | ||
*.md text diff=markdown linguist-detectable=true linguist-documentation=false | ||
*.mdx text diff=markdown linguist-detectable=true linguist-documentation=false | ||
*.txt text | ||
*.yml text | ||
*.yaml text | ||
|
||
# Python | ||
*.py text diff=python linguist-detectable=true | ||
requirements.txt text | ||
|
||
# Web files | ||
*.html text diff=html linguist-detectable=true | ||
*.css text diff=css linguist-detectable=true | ||
*.js text diff=javascript linguist-detectable=true | ||
*.json text | ||
|
||
# Git Config | ||
.gitattributes text | ||
.gitignore text | ||
.gitconfig text | ||
|
||
# Graphics | ||
*.png binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.gif binary | ||
*.ico binary | ||
*.svg text | ||
*.webp binary | ||
|
||
# Video | ||
*.webm binary | ||
*.mp4 binary | ||
|
||
# Enforce checkout with LF | ||
*.sh text eol=lf | ||
*.bash text eol=lf | ||
Makefile text eol=lf | ||
|
||
# Documentation overrides | ||
docs/** linguist-documentation=false |