mirror of
https://github.com/openvk/chandler.git
synced 2025-04-03 23:11:50 +03:00
14 lines
216 B
Text
14 lines
216 B
Text
# Git
|
|
.gitattributes text eol=lf export-ignore
|
|
.gitignore text eol=lf export-ignore
|
|
.gitkeep text eol=lf export-ignore
|
|
|
|
# PHP
|
|
*.php text eol=lf
|
|
|
|
# JSON
|
|
*.json text eol=lf
|
|
*.lock text eol=lf
|
|
|
|
# YAML
|
|
*.yml text eol=lf
|