-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
48 lines (34 loc) · 917 Bytes
/
.gitignore
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
# all folders starting with _ are local
_*/
.DS_Store
**/.vscode/ipch
# byte-compiled python files
*.py[cod]
/.vs
/app
/mh
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
tools/*
link_app.bat
link_app.sh
/venv/
*.target
# Track some desired data files
exts/siborg.create.human/data/*
!exts/siborg.create.human/data/rigs/
!exts/siborg.create.human/data/poses/
!exts/siborg.create.human/data/*.png
!exts/siborg.create.human/data/skins/
!exts/siborg.create.human/data/clothes/
exts/siborg.create.human/data/clothes/*
!exts/siborg.create.human/data/clothes/omni_casual/
!exts/siborg.create.human/data/clothes/siborg_casual/
!exts/siborg.create.human/data/clothes/nvidia_casual/
exts/siborg.create.human/data/skins/*
!exts/siborg.create.human/data/skins/textures/
exts/siborg.create.human/data/skins/textures/*
!exts/siborg.create.human/data/skins/textures/skin.png
# Deprecated files
*.old