FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-php/.gitattributes at source-frame-cache · getsentry/sentry-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-php
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
475
Star
1.9k
Code
Issues
20
Pull requests
11
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-php
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (30 loc) · 1.21 KB
Breadcrumbs
sentry-php
/
.gitattributes
Copy path
File metadata and controls
32 lines (30 loc) · 1.21 KB
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
#
Auto-detect text files, ensure they use LF.
*
text
=
auto
eol
=
lf
#
These files are always considered text and should use LF.
#
See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags.
*
.php
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
diff
=
php
*
.json
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*
.yml
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*
.md
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof
*
.rst
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof
#
Exclude non-essential files from dist
/
tests
export-ignore
/
stubs
export-ignore
/
AGENTS.md
export-ignore
/
CLAUDE.md
export-ignore
/
.appveyor.yml
export-ignore
/
.craft.yml
export-ignore
/
.editorconfig
export-ignore
/
.gitattributes
export-ignore
/
.gitignore
export-ignore
/
.php-cs-fixer.dist.php
export-ignore
/
.travis.yml
export-ignore
/
Makefile
export-ignore
/
phpstan.neon
export-ignore
/
phpstan-baseline.neon
export-ignore
/
phpunit.xml.dist
export-ignore
/
psalm.xml.dist
export-ignore
/
psalm-baseline.xml
export-ignore
/
codecov.yml
export-ignore
/
.github
export-ignore
/
phpbench.json
export-ignore
Back
|
FazBrowse Home
|
New Git URL