forked from microsoft/Multiverso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (51 loc) · 681 Bytes
/
.gitattributes
File metadata and controls
57 lines (51 loc) · 681 Bytes
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
.gitattributes text
.gitignore text
.gitmodules text
*.md text
*.txt text
*.TXT text
*.yml text
*.yml.bak text
*.config text
Makefile text
CMakeLists.txt
*.cmake.in text
*.sln text
*.pyproj text
*.vcxproj text
*.vcxproj.filters text
*.vssettings text
*.csproj text
*.props text
*.asax text
*.nuspec text
*.rockspec text
*.h text
*.cpp text
*.cc text
*.cu text
*.cuh text
*.proto text
*.sh text
*.bat text
*.cmd text
*.py text
*.ipynb text
*.pl text
*.ps1 text
*.ps text
*.i text
*.lua text
Dockerfile* text
# Binary extensions:
*.ark binary
*.chunk binary
*.cmf binary
*.docx binary
*.jpg binary
*.pdf binary
*.png binary
*.pptx binary
*.snk binary
*.vsdm binary
*.zip binary