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 2.5 KB

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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  1. ###############################################################################
  2. # Set default behavior to automatically normalize line endings.
  3. ###############################################################################
  4. * text=auto
  5. ###############################################################################
  6. # Set default behavior for command prompt diff.
  7. #
  8. # This is need for earlier builds of msysgit that does not have it on by
  9. # default for csharp files.
  10. # Note: This is only used by command line
  11. ###############################################################################
  12. #*.cs diff=csharp
  13. ###############################################################################
  14. # Set the merge driver for project and solution files
  15. #
  16. # Merging from the command prompt will add diff markers to the files if there
  17. # are conflicts (Merging from VS is not affected by the settings below, in VS
  18. # the diff markers are never inserted). Diff markers may cause the following
  19. # file extensions to fail to load in VS. An alternative would be to treat
  20. # these files as binary and thus will always conflict and require user
  21. # intervention with every merge. To do so, just uncomment the entries below
  22. ###############################################################################
  23. #*.sln merge=binary
  24. #*.csproj merge=binary
  25. #*.vbproj merge=binary
  26. #*.vcxproj merge=binary
  27. #*.vcproj merge=binary
  28. #*.dbproj merge=binary
  29. #*.fsproj merge=binary
  30. #*.lsproj merge=binary
  31. #*.wixproj merge=binary
  32. #*.modelproj merge=binary
  33. #*.sqlproj merge=binary
  34. #*.wwaproj merge=binary
  35. ###############################################################################
  36. # behavior for image files
  37. #
  38. # image files are treated as binary by default.
  39. ###############################################################################
  40. #*.jpg binary
  41. #*.png binary
  42. #*.gif binary
  43. ###############################################################################
  44. # diff behavior for common document formats
  45. #
  46. # Convert binary document formats to text before diffing them. This feature
  47. # is only available from the command line. Turn it on by uncommenting the
  48. # entries below.
  49. ###############################################################################
  50. #*.doc diff=astextplain
  51. #*.DOC diff=astextplain
  52. #*.docx diff=astextplain
  53. #*.DOCX diff=astextplain
  54. #*.dot diff=astextplain
  55. #*.DOT diff=astextplain
  56. #*.pdf diff=astextplain
  57. #*.PDF diff=astextplain
  58. #*.rtf diff=astextplain
  59. #*.RTF diff=astextplain
Tip!

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

Comments

Loading...