Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
*.bat text eol=crlf
*.coffee text
*.css text
*.conf linguist-language=xml
*.env linguist-language=python
*.htm text
*.html text
*.inc text
Expand All @@ -46,6 +48,7 @@
*.onlydata text
*.php text
*.pl text
*.prettierrc linguist-language=java-script
*.py text
*.rb text
*.sass text
Expand All @@ -63,8 +66,11 @@
## DOCKER
*.dockerignore text
Dockerfile text
*.prod linguist-language=dockerfile
*.Docker-compose linguist-language=dockerfile

## DOCUMENTATION
*.dev text
*.markdown text
*.md text
*.mdwn text
Expand All @@ -74,6 +80,7 @@ Dockerfile text
*.mdtxt text
*.mdtext text
*.txt text
*.env text
AUTHORS text
CHANGELOG text
CHANGES text
Expand Down Expand Up @@ -162,6 +169,7 @@ makefile text
*.mp3 binary
*.ogg binary
*.ra binary
*.sample binary

## VIDEO
*.3gpp binary
Expand Down