aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 5981fb3419d1489b18b59c904c8c907215c202a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Auto detect text files and perform LF normalization
* text=auto
*.sh text eol=lf

# 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

# Ignore files in git archive (i.e. GitHub release builds)

## Docker
Dockerfile                              export-ignore
.dockerignore                           export-ignore

## Travis
.travis.yml                             export-ignore

## GitHub
.github/                                export-ignore

## Git
.gitattributes                          export-ignore
.gitignore                              export-ignore

## Scalingo
scalingo.json                           export-ignore

## RSS-Bridge
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

## Composer
#
# Keep the following lines commented out. Heroku does
# not function if the composer files are ignored during
# export. For more information see
# https://github.com/rss-bridge/rss-bridge/issues/1165
#
# composer.json                         export-ignore
# composer.lock                         export-ignore

## Heroku
#
# Keep the following line commented out. Heroku does
# not function if app.json is ignored during export.
# For more information see
# https://github.com/rss-bridge/rss-bridge/issues/1165
#
# app.json                              export-ignore