-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy path.gitignore
48 lines (34 loc) · 1.08 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
.history
node_modules
npm-debug.log
/dist
/build
packages/**/*.js
packages/**/*.js.map
packages/eez-studio-ui/_stylesheets/main.css
electron-builder.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
!resources/project-templates/*.eez-project-ui-state
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/lvgl_runtime.js
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/pre.js
!packages/project-editor/flow/runtime/cpp/lvgl-runtime/post.js
npm-module/packages
npm-module/libs
npm-module/resources
tools/pubdoc/build