forked from neomjs/neo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (68 loc) · 2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
# See http://help.github.com/ignore-files/ for more about ignoring files.
/
/apps/**/*.html
/apps/**/*.mjs
/apps/**/neo-config.json
!/apps/colors/index.html
!/apps/colors/**/*.mjs
!/apps/colors/neo-config.json
!/apps/colors/childapps/widget/index.html
!/apps/colors/childapps/widget/neo-config.json
!/apps/covid/index.html
!/apps/covid/**/*.mjs
!/apps/covid/neo-config.json
!/apps/form/index.html
!/apps/form/**/*.mjs
!/apps/form/neo-config.json
!/apps/krausest/index.html
!/apps/krausest/**/*.mjs
!/apps/krausest/neo-config.json
!/apps/portal/neo-config.json
!/apps/portal/index.html
!/apps/portal/**/*.mjs
!/apps/portal/childapps/preview/index.html
!/apps/portal/childapps/preview/neo-config.json
!/apps/realworld/index.html
!/apps/realworld/**/*.mjs
!/apps/realworld/neo-config.json
!/apps/realworld2/index.html
!/apps/realworld2/**/*.mjs
!/apps/realworld2/neo-config.json
!/apps/route/index.html
!/apps/route/**/*.mjs
!/apps/route/neo-config.json
!/apps/sharedcovid/index.html
!/apps/sharedcovid/**/*.mjs
!/apps/sharedcovid/neo-config.json
!/apps/sharedcovid/childapps/sharedcovidchart/index.html
!/apps/sharedcovid/childapps/sharedcovidchart/neo-config.json
!/apps/sharedcovid/childapps/sharedcovidhelix/index.html
!/apps/sharedcovid/childapps/sharedcovidhelix/neo-config.json
!/apps/sharedcovid/childapps/sharedcovidgallery/index.html
!/apps/sharedcovid/childapps/sharedcovidgallery/neo-config.json
!/apps/sharedcovid/childapps/sharedcovidmap/index.html
!/apps/sharedcovid/childapps/sharedcovidmap/neo-config.json
!/apps/shareddialog/index.html
!/apps/shareddialog/**/*.mjs
!/apps/shareddialog/neo-config.json
!/apps/shareddialog/childapps/shareddialog2/index.html
!/apps/shareddialog/childapps/shareddialog2/neo-config.json
!/apps/ServiceWorker.mjs
/buildScripts/webpack/json/myApps.json
/dist
/docs/output
# dependencies
/node_modules
# generated by the theme-build
/resources/theme-map.json
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings
.vscode/
#System Files
.DS_Store
Thumbs.db
resources/data/deck/EditorConfig.json