forked from odidev/DearPyGui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (33 loc) · 734 Bytes
/
.gitattributes
File metadata and controls
37 lines (33 loc) · 734 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
*.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/dearpygui.py linguist-generated
DearPyGui/dearpygui/_dearpygui.pyi linguist-generated
DearPyGui/dearpygui/_dearpygui_RTD.py linguist-generated
# vendored code
DearPyGui/vendor/* linguist-vendored
Dependencies/* linguist-vendored
# documentation
docs/* linguist-documentation