-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (69 loc) · 2.05 KB
/
Copy path.gitignore
File metadata and controls
73 lines (69 loc) · 2.05 KB
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
64
65
66
67
68
69
70
71
72
73
*~
*.blend1
*.local.toml
*.orig
ci-super-linter-local-image.tar.gz
.DS_Store
.env
.mypy_cache/
.pytest_cache/
.ruff_cache/
/.idea/
/.venv/
/.vscode/
/docs/.vitepress/cache/
/docs/.vitepress/dist/
/node_modules/
/benchmarks/.venv/
/benchmarks/.codspeed/
/extension_output/
/release_output/
/src/io_scene_vrm/documentation/
/super-linter-output/
/tests/resources/unity/*/*.csproj
/tests/resources/unity/*/*.DotSettings.user
/tests/resources/unity/*/*.sln
/tests/resources/unity/*/*.slnx
/tests/resources/unity/*/.idea/
/tests/resources/unity/*/.vs/
/tests/resources/unity/*/.vscode/
/tests/resources/unity/*/.vsconfig
/tests/resources/unity/*/Assets/Resources/PerformanceTestRunInfo.json
/tests/resources/unity/*/Assets/Resources/PerformanceTestRunInfo.json.meta
/tests/resources/unity/*/Assets/Resources/PerformanceTestRunSettings.json
/tests/resources/unity/*/Assets/Resources/PerformanceTestRunSettings.json.meta
/tests/resources/unity/*/Assets/StreamingAssets/External/**
/tests/resources/unity/*/Build/
/tests/resources/unity/*/Library/
/tests/resources/unity/*/Logs/
/tests/resources/unity/*/Temp/
/tests/resources/unity/*/UpgradeLog.htm
/tests/resources/unity/*/UserSettings/
/tests/resources/unity/*/obj/
/tests/resources/blend/*_animation/*.vrm
/tests/resources/blend/*_animation/*.vrma
/tests/resources/blend/*_animation/*.render.blend
/tests/resources/blend/*_animation/*.render_roundtrip.blend
/tests/resources/blend/*_animation/temp_*
/tests/resources/vrm/*/temp/
/tests/resources/vrm/in/*.temp*.blend
/tests/resources/vrma/*.render.blend
/tests/test_generated_*
__pycache__/
/.local/**
# commit /.local/tmp/.gitkeep
!/.local/tmp/
/.local/tmp/**
!/.local/tmp/.gitkeep
# commit /.local/var/cache/.gitkeep
!/.local/var/
/.local/var/**
!/.local/var/cache
/.local/var/cache/**
!/.local/var/cache/.gitkeep
/tests/resources/blend/*_animation/*/*_blender.png
/tests/resources/blend/*_animation/*/*_blender_roundtrip.png
/tests/resources/blend/*_animation/*/*_diff.png
/tests/resources/vrma/*/*_blender.png
/tests/resources/vrma/*/*_blender_roundtrip.png
/tests/resources/vrma/*/*_diff.png