FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SQLStreamStore/.gitattributes at master · SQLStreamStore/SQLStreamStore · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
SQLStreamStore
/
SQLStreamStore
Public archive
Notifications
You must be signed in to change notification settings
Fork
130
Star
467
Code
Issues
26
Pull requests
31
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SQLStreamStore
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
57 lines (52 loc) · 1010 Bytes
Breadcrumbs
SQLStreamStore
/
.gitattributes
Copy path
File metadata and controls
57 lines (52 loc) · 1010 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
Set default behaviour, in case users don't have core.autocrlf set.
*
text
=
atuo
[
attr
]
utf16
diff
merge
-
lf
*
.ncrunchproject
utf16
eol
=
lf
#
Custom for Visual Studio
*
.sln
text
eol
=
crlf
merge
=
union
*
.csproj
merge
=
union
*
.vbproj
merge
=
union
*
.fsproj
merge
=
union
*
.dbproj
merge
=
union
#
Explicitly declare text files we want to always be normalized and converted
#
to native line endings on checkout.
*
.c
text
*
.h
text
*
.cs
text
*
.config
text
*
.xml
text
*
.manifest
text
*
.bat
text
*
.cmd
text
*
.sh
text
*
.txt
text
*
.dat
text
*
.rc
text
*
.ps1
text
*
.psm1
text
*
.js
text
*
.css
text
*
.html
text
*
.sln
text
*
.DotSettings
text
*
.csproj
text
*
.ncrunchproject
text
*
.fs
text
*
.fsproj
text
*
.liquid
text
*
.boo
text
*
.pp
text
*
.targets
text
*
.markdown
text
*
.md
text
*
.bat
text
*
.xslt
text
#
Declare files that will always have CRLF line endings on checkout.
#
Denote all files that are truly binary and should not be modified.
*
.ico
binary
*
.gif
binary
*
.png
binary
*
.jpg
binary
*
.dll
binary
*
.exe
binary
*
.pdb
binary
Back
|
FazBrowse Home
|
New Git URL