FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
app/.gitattributes at 5.x · cakephp/app · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cakephp
/
app
Public template
Notifications
You must be signed in to change notification settings
Fork
394
Star
387
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
app
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (33 loc) · 726 Bytes
Breadcrumbs
app
/
.gitattributes
Copy path
File metadata and controls
36 lines (33 loc) · 726 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
Define the line ending behavior of the different file extensions
#
Set default behavior, in case users 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
#
Declare files that will always have LF line endings on checkout.
*
.pem
eol
=
lf
#
Denote all files that are truly binary and should not be modified.
*
.png
binary
*
.jpg
binary
*
.jpeg
binary
*
.gif
binary
*
.webp
binary
*
.avif
binary
*
.ico
binary
*
.mo
binary
*
.pdf
binary
*
.xls
binary
*
.xlsx
binary
*
.phar
binary
*
.woff
binary
*
.woff2
binary
*
.ttc
binary
*
.ttf
binary
*
.otf
binary
*
.eot
binary
*
.gz
binary
*
.bz2
binary
*
.7z
binary
*
.zip
binary
*
.webm
binary
*
.mp4
binary
*
.ogv
binary
Back
|
FazBrowse Home
|
New Git URL