FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
flutter/.gitattributes at master · flutter/flutter · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
flutter
/
flutter
Public
Notifications
You must be signed in to change notification settings
Fork
31k
Star
179k
Code
Issues
5k+
Pull requests
580
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
flutter
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (35 loc) · 990 Bytes
Breadcrumbs
flutter
/
.gitattributes
Copy path
File metadata and controls
39 lines (35 loc) · 990 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
#
Auto detect text files and perform LF normalization
*
text
=
auto
#
Always perform LF normalization on these files
*
.dart
text
*
.gradle
text
*
.html
text
*
.java
text
*
.json
text
*
.md
text
*
.py
text
*
.sh
text
*
.txt
text
*
.xml
text
*
.yaml
text
#
Make sure that these Windows files always have CRLF line endings in checkout
*
.bat
text
eol
=
crlf
*
.ps1
text
eol
=
crlf
*
.rc
text
eol
=
crlf
*
.sln
text
eol
=
crlf
*
.props
text
eol
=
crlf
*
.vcxproj
text
eol
=
crlf
*
.vcxproj.filters
text
eol
=
crlf
#
Including templatized versions.
*
.sln.tmpl
text
eol
=
crlf
*
.props.tmpl
text
eol
=
crlf
*
.vcxproj.tmpl
text
eol
=
crlf
#
Make sure that these Linux files always have LF line endings in checkout
bin
/
flutter
text
eol
=
lf
bin
/
flutter-dev
text
eol
=
lf
bin
/
dart
text
eol
=
lf
#
Never perform LF normalization on these files
*
.ico
binary
*
.jar
binary
*
.png
binary
*
.zip
binary
Back
|
FazBrowse Home
|
New Git URL