2013-08-06 23:57:22 +02:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Custom for Visual Studio
|
|
|
|
*.cs diff=csharp
|
|
|
|
*.sln merge=union
|
|
|
|
*.csproj merge=union
|
|
|
|
*.vbproj merge=union
|
|
|
|
*.fsproj merge=union
|
|
|
|
*.dbproj merge=union
|
|
|
|
|
|
|
|
# Standard to msysgit
|
|
|
|
*.doc diff=astextplain
|
|
|
|
*.DOC diff=astextplain
|
|
|
|
*.docx diff=astextplain
|
|
|
|
*.DOCX diff=astextplain
|
|
|
|
*.dot diff=astextplain
|
|
|
|
*.DOT diff=astextplain
|
|
|
|
*.pdf diff=astextplain
|
|
|
|
*.PDF diff=astextplain
|
|
|
|
*.rtf diff=astextplain
|
|
|
|
*.RTF diff=astextplain
|
2018-11-19 18:01:17 +01:00
|
|
|
|
|
|
|
# Ignore files in git archive (i.e. GitHub release builds)
|
|
|
|
Dockerfile export-ignore
|
|
|
|
.travis.yml export-ignore
|
|
|
|
.github/ export-ignore
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
|
|
|
.dockerignore export-ignore
|
|
|
|
scalingo.json export-ignore
|
|
|
|
phpunit.xml export-ignore
|
|
|
|
phpcs.xml export-ignore
|
|
|
|
phpcompatibility.xml export-ignore
|
|
|
|
tests/ export-ignore
|
|
|
|
cache/.gitkeep export-ignore
|