-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
46 lines (44 loc) · 1 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
/nodel-jyhost/.settings
/nodel-framework/.settings
/export
/nodel-jyhost/build
/nodel-framework/build
/nodel-webui-js/build
/.gradle
/nodel-framework/bin
/nodel-jyhost/bin
/nodel-jyhost/content
/nodel-jyhost/logs
/nodel-jyhost/nodes
/nodel-framework/.classpath
/nodel-jyhost/.classpath
/nodel-jyhost/.project
/nodel-jyhost/.version
/nodel-jyhost/_bootstrap_example.json
/nodel-jyhost/_bootstrap_schema.json
/nodel-framework/.project
/nodel-jyhost/bootstrap.json
/nodel-framework/src/main/resources/org/nodel/host/content.zip
/nodel-framework/src/main/resources/org/nodel/build.json
.lastHTTPPort
_instance.lock
_lastError.txt
/nodel-webui-js/.classpath
/nodel-webui-js/.project
/nodel-webui-js/.settings
/nodel-webui-js/bin
/nodel-jyhost/.nodel
/nodel-jyhost/recipes
nodel-webui-js/node_modules/
/nodel-webui-js/temp
nodel-webui-js/src/dark/theme.less
nodel-webui-js/src/light/theme.less
nodel-webui-js/.ftppass
nodel-webui-js/sftpCache.json
# IntelliJ IDEA
.idea/
*.iml
out/
# Visual Studio Code
.vscode/
*.code-workspace