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
|
2019-06-08 15:07:08 +02:00
|
|
|
*.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)
|
2019-06-08 14:58:18 +02:00
|
|
|
## Docker
|
2019-06-08 15:03:25 +02:00
|
|
|
Dockerfile export-ignore
|
|
|
|
.dockerignore export-ignore
|
2019-06-08 14:58:18 +02:00
|
|
|
## Travis
|
2019-06-08 15:03:25 +02:00
|
|
|
.travis.yml export-ignore
|
2019-06-08 14:58:18 +02:00
|
|
|
## GitHub
|
2019-06-08 15:03:25 +02:00
|
|
|
.github/ export-ignore
|
2019-06-08 14:58:18 +02:00
|
|
|
## Git
|
2019-06-08 15:03:25 +02:00
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2019-06-08 14:58:18 +02:00
|
|
|
## Scalingo
|
2019-06-08 15:03:25 +02:00
|
|
|
scalingo.json export-ignore
|
2019-06-08 14:58:18 +02:00
|
|
|
## RSS-Bridge
|
2019-06-08 15:03:25 +02:00
|
|
|
phpunit.xml export-ignore
|
|
|
|
phpcs.xml export-ignore
|
|
|
|
phpcompatibility.xml export-ignore
|
|
|
|
tests/ export-ignore
|
|
|
|
cache/.gitkeep export-ignore
|
|
|
|
bridges/DemoBridge.php export-ignore
|
|
|
|
bridges/FeedExpanderExampleBridge.php export-ignore
|
2019-06-08 15:00:01 +02:00
|
|
|
## Composer
|
2019-06-08 15:03:25 +02:00
|
|
|
composer.json export-ignore
|
|
|
|
composer.lock export-ignore
|
2019-06-08 15:00:01 +02:00
|
|
|
## Heroku
|
2019-06-08 15:03:25 +02:00
|
|
|
app.json export-ignore
|