We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0535712 commit 77a51a8Copy full SHA for 77a51a8
1 file changed
.gitignore
@@ -11,6 +11,7 @@ clients/deepnode/localserver/build/
11
platform/portal_web/dist/
12
platform/control_web/dist/
13
platform/build/
14
+platform/build/config/
15
# Python
16
/env/
17
**/env/
@@ -27,6 +28,7 @@ platform/build/
27
28
**/src-tauri/dist/
29
30
# Build
31
+build/
32
**/.build_venv/
33
dist/
34
@@ -69,4 +71,4 @@ platform/config/scheduler.yaml
69
71
.idea/
70
72
manager
73
nodemanager
-scheduler
74
+scheduler
0 commit comments