FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api/.gitattributes at main · xfetch-cli/api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
xfetch-cli
/
api
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
api
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 799 Bytes
Breadcrumbs
api
/
.gitattributes
Copy path
File metadata and controls
27 lines (22 loc) · 799 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
#
Auto-detect text files and always use LF everywhere (Linux, macOS and
#
Windows). CRLF is never checked out, so no autocrlf warnings on Windows.
*
text
=
auto
eol
=
lf
#
Rust source code
*
.rs
linguist-language
=
Rust
text
#
Configuration files
*
.toml
linguist-language
=
TOML
text
*
.jsonc
linguist-language
=
JSON
text
*
.json
linguist-language
=
JSON
text
Cargo.lock
linguist-language
=
TOML
text
#
Scripts and CI
*
.sh
linguist-language
=
Shell
text
eol
=
lf
*
.ps1
linguist-language
=
PowerShell
text
*
.yml
linguist-language
=
YAML
text
*
.yaml
linguist-language
=
YAML
text
#
Documentation
*
.md
linguist-language
=
Markdown
text
LICENSE
linguist-language
=
Text
text
*
.txt
linguist-language
=
Text
text
#
Git configuration
.gitignore
linguist-language
=
Ignore-List
text
.gitattributes
linguist-language
=
Git-Attributes
text
Back
|
FazBrowse Home
|
New Git URL