Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitattributes 407 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.c text
  6. *.h text
  7. # Declare files that will always have CRLF line endings on checkout.
  8. *.sln text eol=crlf
  9. # Denote all files that are truly binary and should not be modified.
  10. *.png binary
  11. *.jpg binary
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...