FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sim/.gitattributes at main · simstudioai/sim · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
simstudioai
/
sim
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
29.5k
Code
Issues
119
Pull requests
194
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sim
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (40 loc) · 960 Bytes
Breadcrumbs
sim
/
.gitattributes
Copy path
File metadata and controls
43 lines (40 loc) · 960 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
#
Set default behavior to automatically normalize line endings
*
text
=
auto
eol
=
lf
#
Explicitly declare text files you want to always be normalized and converted
#
to native line endings on checkout
*
.ts
text
eol
=
lf
*
.tsx
text
eol
=
lf
*
.js
text
eol
=
lf
*
.jsx
text
eol
=
lf
*
.json
text
eol
=
lf
*
.md
text
eol
=
lf
*
.yml
text
eol
=
lf
*
.yaml
text
eol
=
lf
*
.toml
text
eol
=
lf
*
.css
text
eol
=
lf
*
.scss
text
eol
=
lf
*
.sh
text
eol
=
lf
*
.bash
text
eol
=
lf
Dockerfile
*
text
eol
=
lf
.dockerignore
text
eol
=
lf
.gitignore
text
eol
=
lf
.gitattributes
text
eol
=
lf
#
Source files always diff as text. Git otherwise classifies a whole file as
#
binary the moment it contains a NUL byte, hiding every line of it from review.
*
.ts
diff
*
.tsx
diff
*
.js
diff
*
.jsx
diff
*
.json
diff
*
.md
diff
#
Denote all files that are truly binary and should not be modified
*
.png
binary
*
.jpg
binary
*
.jpeg
binary
*
.gif
binary
*
.ico
binary
*
.woff
binary
*
.woff2
binary
*
.ttf
binary
*
.eot
binary
*
.pdf
binary
Back
|
FazBrowse Home
|
New Git URL