-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
79 lines (66 loc) · 1.39 KB
/
.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
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
out
dist
node_modules
.vscode-test/
*.vsix
# Hide some files in wasmQmlEngine
wasmQmlEngine/qtlogo.svg
wasmQmlEngine/qtloader.js
wasmQmlEngine/QmlSandbox.js
wasmQmlEngine/QmlSandbox.wasm
# C++ objects and libs
QmlSandbox/*.slo
QmlSandbox/*.lo
QmlSandbox/*.o
QmlSandbox/*.a
QmlSandbox/*.la
QmlSandbox/*.lai
QmlSandbox/*.so
QmlSandbox/*.so.*
QmlSandbox/*.dll
QmlSandbox/*.dylib
# Qt-es
QmlSandbox/object_script.*.Release
QmlSandbox/object_script.*.Debug
QmlSandbox/*_plugin_import.cpp
QmlSandbox//.qmake.cache
QmlSandbox//.qmake.stash
QmlSandbox/*.pro.user
QmlSandbox/*.pro.user.*
QmlSandbox/*.qbs.user
QmlSandbox/*.qbs.user.*
QmlSandbox/*.moc
QmlSandbox/moc_*.cpp
QmlSandbox/moc_*.h
QmlSandbox/qrc_*.cpp
QmlSandbox/ui_*.h
QmlSandbox/*.qmlc
QmlSandbox/*.jsc
QmlSandbox/Makefile*
QmlSandbox/*build-*
QmlSandbox/*.qm
QmlSandbox/*.prl
# Qt unit tests
QmlSandbox/target_wrapper.*
# QtCreator
QmlSandbox/*.autosave
# QtCreator Qml
QmlSandbox/*.qmlproject.user
QmlSandbox/*.qmlproject.user.*
# QtCreator CMake
QmlSandbox/CMakeLists.txt.user*
# QtCreator 4.8< compilation database
QmlSandbox/compile_commands.json
# QtCreator local machine specific files for imported projects
QmlSandbox/*creator.user*
QmlSandbox/conanfiles/
QmlSandbox/build/
# Installation of Qt sdk into project folder with aqtinstall
aqtinstall.log
# Env section
.venv
# Side libs section
lib/Qt
lib/emsdk
## Github actions emsdk cache
lib/emsdk-cache