-
Notifications
You must be signed in to change notification settings - Fork 97
/
.gitignore
62 lines (44 loc) · 1.54 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
.history
node_modules
npm-debug.log
/dist
/build
packages/**/*.js
packages/**/*.js.map
packages/eez-studio-ui/_stylesheets/main.css
electron-builder.yml
electron-builder-mac.yml
installation/make-electron-builder-yml.js
installation/extra-resources
tools/freetype-tools/agg-2.5
tools/freetype-tools/FreeType-Emscripten
/TODO.txt
.DS_Store
**/*.eez-project-ui-state
**/*.eez-project-runtime-settings
# nix build
/result*
bundle-meta.json
circular.txt
packages/project-editor/flow/runtime/cpp/eez-runtime/build
!packages/project-editor/flow/runtime/eez_runtime.js
!packages/project-editor/flow/runtime/cpp/eez-runtime/platform/simulator/emscripten/pre.js
!packages/project-editor/flow/runtime/cpp/eez-runtime/platform/simulator/emscripten/post.js
packages/project-editor/flow/runtime/cpp/lvgl-runtime/build
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/pre.js
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/post.js
packages/project-editor/flow/runtime/cpp/lvgl-runtime/v8.3/build
!packages/project-editor/flow/runtime/lvgl_runtime_v8.3.js
packages/project-editor/flow/runtime/cpp/lvgl-runtime/v9.0/build
!packages/project-editor/flow/runtime/lvgl_runtime_v9.0.js
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/common/pre.js
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/common/post.js
packages/project-editor/flow/runtime/cpp/lz4/build
!packages/project-editor/flow/runtime/lz4.js
npm-module/packages
npm-module/libs
npm-module/resources
tools/pubdoc/build
tools/eez-framework-amalgamation/build
tools/lvgl-api/build
.env