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 492 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
15
16
17
18
19
20
21
22
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. # Custom for Visual Studio
  4. *.cs diff=csharp
  5. *.sln merge=union
  6. *.csproj merge=union
  7. *.vbproj merge=union
  8. *.fsproj merge=union
  9. *.dbproj merge=union
  10. # Standard to msysgit
  11. *.doc diff=astextplain
  12. *.DOC diff=astextplain
  13. *.docx diff=astextplain
  14. *.DOCX diff=astextplain
  15. *.dot diff=astextplain
  16. *.DOT diff=astextplain
  17. *.pdf diff=astextplain
  18. *.PDF diff=astextplain
  19. *.rtf diff=astextplain
  20. *.RTF diff=astextplain
Tip!

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

Comments

Loading...