-
-
Notifications
You must be signed in to change notification settings - Fork 782
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (32 loc) · 665 Bytes
/
.gitattributes
File metadata and controls
36 lines (32 loc) · 665 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
*.py text diff=python
*.pyi text diff=python
*.c text diff=c
*.cpp text diff=cpp
*.hpp text diff=cpp
*.h text diff=c
*.m text diff=objc
*.mm text
*.bat text
*.md text
*.txt text
*.html text
*.sh text eol=lf
*.yml text
*.ttf binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
.gitattributes export-ignore
.gitignore export-ignore
# generated code
dearpygui/dearpygui.py linguist-generated
dearpygui/_dearpygui.pyi linguist-generated
dearpygui/_dearpygui_RTD.py linguist-generated
# vendored code
thirdparty/* linguist-vendored
# documentation
docs/* linguist-documentation