-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·87 lines (81 loc) · 1.08 KB
/
.gitignore
File metadata and controls
executable file
·87 lines (81 loc) · 1.08 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
*.dll
*.obj
*.exe
*.cfg
*.pro
*.pro.*
*.docx
*.gcov
*Makefile
Dependencies/*
release/*
build*/*
bin/*
test/*
lib/*
debug/*
src/ogre-assimp/CMakeFiles/
src\moc_*
CMakeCache.txt*
CMakeFiles/
moc_*
ui_files/
ui_*
*.log
*.cmake
*.user
*.qtc_clangd*
_CPack_Packages/*
_deps/*
*_autogen/*
.vscode/*
src/QtMeshEditor_autogen/*
src/UnitTests_autogen/*
src/__/*
src/qrc_resource.cpp
src/qrc_qml_resources.cpp
**/.cache/*
compile_commands.json
install_manifest.txt
.ninja_deps
.ninja_log
build.ninja
.rcc/qmlcache/*
# QML-related files
*.qmlc
*.jsc
.qml/
qmlcache/
*.qm
*.ts
# QML auto-generated files
*_qmlplugin_*_in.cpp
*_qmlplugin_*.cpp
*_qml_foreign_types.txt
*.qrc.depends
# Test-related build artifacts
Testing/
tests/*_autogen/
tests/qrc_*.cpp
tests/moc_*.cpp
# Additional build artifacts
*.so
*.so.*
*.dylib
*.a
CTestTestfile.cmake
DartConfiguration.tcl
# Temporary test files
TESTING_CRASH_FIX.md
Ch14_1001_Diffuse.png
exported.material
exported.mesh
exported.mesh.xml
exported.skeleton.xml
temp.material
temp.mesh.xml
Twist Dance.fbx.skeleton
#website
website/dist/
website/node_modules/
docs/