mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
17 lines
245 B
Text
17 lines
245 B
Text
# Git
|
|
.gitattributes text eol=lf export-ignore
|
|
.gitignore text eol=lf export-ignore
|
|
.gitkeep text eol=lf export-ignore
|
|
|
|
# Markdown
|
|
*.md text eol=lf
|
|
|
|
# JSON
|
|
*.json text eol=lf
|
|
*.lock text eol=lf
|
|
|
|
# PHP
|
|
*.php text eol=lf
|
|
|
|
# YAML
|
|
*.yml text eol=lf
|