Skip to content

Commit c2e5f4a

Browse files
committed
[dev] New diagram example
1 parent 6126263 commit c2e5f4a

File tree

124 files changed

+14468
-32561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+14468
-32561
lines changed

.browserslistrc

Lines changed: 0 additions & 18 deletions
This file was deleted.

.editorconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore

Lines changed: 24 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,31 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
2-
3-
# compiled output
4-
/dist
5-
/tmp
6-
/out-tsc
7-
# Only exists if Bazel was run
8-
/bazel-out
9-
10-
# dependencies
111
/node_modules
2+
/dist
3+
/.angular
124

13-
# profiling files
14-
chrome-profiler-events*.json
15-
speed-measure-plugin*.json
16-
17-
# IDEs and editors
18-
/.idea
19-
.project
20-
.classpath
21-
.c9/
22-
*.launch
23-
.settings/
24-
*.sublime-workspace
5+
# Environment variables
6+
.env
7+
.env.local
8+
.env.*.local
259

26-
# IDE - VSCode
27-
.vscode/*
28-
!.vscode/settings.json
29-
!.vscode/tasks.json
30-
!.vscode/launch.json
31-
!.vscode/extensions.json
32-
.history/*
10+
# Debug logs
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
3314

34-
# misc
35-
/.sass-cache
36-
/connect.lock
37-
/coverage
38-
/libpeerconnection.log
39-
npm-debug.log
40-
yarn-error.log
41-
testem.log
42-
/typings
15+
# Editor directories and files
16+
.idea
17+
.vscode
18+
*.suo
19+
*.ntvs*
20+
*.njsproj
21+
*.sln
22+
*.sw?
4323

44-
# System Files
24+
# Operating System Files
4525
.DS_Store
4626
Thumbs.db
27+
28+
# Temporary files
29+
.tmp
30+
.temp
31+
node_modules

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@dhx:registry=https://npm.dhtmlx.com/

.prettierrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.storybook/main.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

.storybook/manager-head.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

.storybook/manager.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

.storybook/tsconfig.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.storybook/typings.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)