-
Notifications
You must be signed in to change notification settings - Fork 110
/
.gitignore
53 lines (37 loc) · 919 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
49
50
51
52
53
.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
wasm/eez-runtime/build
!packages/project-editor/flow/runtime/eez_runtime.js
wasm/lvgl-runtime/v8.3/build
!packages/project-editor/flow/runtime/lvgl_runtime_v8.3.js
wasm/lvgl-runtime/v9.0/build
!packages/project-editor/flow/runtime/lvgl_runtime_v9.0.js
wasm/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