forked from propelorm/Propel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (32 loc) · 864 Bytes
/
.gitattributes
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
# Define the line ending behavior of the different file extensions
# Set the default behavior, in case people don't have core.autocrlf set.
* text text=auto eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.jpeg binary
*.zip binary
*.phar binary
*.ttf binary
*.woff binary
*.eot binary
*.ico binary
*.mo binary
*.pdf binary
*.xcf binary
*.eps binary
*.psd binary
*.doc binary
# Remove files for archives generated using `git archive`
phpstan.neon export-ignore
phpstan-baseline.neon export-ignore linguist-generated=true
.travis.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.license export-ignore
phpunit.xml.dist export-ignore
pom.xml.dist export-ignore