Icd-cpt-coding-api / .gitattributes
Distopia22's picture
Initial commit: ICD-CPT Coding API
1441b40
Raw
History Blame
530 Bytes
# Auto detect text files and perform LF normalization
* text=auto
# Python files
*.py text eol=lf
*.pyi text eol=lf
# Shell scripts
*.sh text eol=lf
# Docker files
Dockerfile text eol=lf
*.dockerfile text eol=lf
# Config files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
# Documentation
*.md text eol=lf
*.txt text eol=lf
# Git
.gitignore text eol=lf
.gitattributes text eol=lf
# Windows specific
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf