FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
visual-studio-code/.gitattributes at develop · nordtheme/visual-studio-code · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nordtheme
/
visual-studio-code
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
90
Star
1.1k
Code
Issues
19
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
visual-studio-code
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 624 Bytes
Breadcrumbs
visual-studio-code
/
.gitattributes
Copy path
File metadata and controls
20 lines (16 loc) · 624 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
#
Copyright (c) 2016-present Sven Greb <development@svengreb.de>
#
This source code is licensed under the MIT license found in the license file.
#
Configuration to define attributes per path.
#
References:
#
1. https://git-scm.com/docs/gitattributes
#
2. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion
#
Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary untouched.
*
text
=
auto
eol
=
lf
#
+--------+
#
+ Assets +
#
+--------+
*
.png
binary
#
+-----------------+
#
+ Build Artifacts +
#
+-----------------+
*
.vsix
binary
Back
|
FazBrowse Home
|
New Git URL