-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
59 lines (51 loc) · 1.06 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
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
npm-debug.log
.npmrc
# type script artifacts
/typings
# WebStorm
.idea
# ignore build and dist for now
/bundles
/demo-build
/dist
/coverage
/ts
/doc
# ignore inline compiling
/demo/**/*.js
/demo/**/*.js.map
/demo/**/*.d.ts
!/demo/custom-typings.d.ts
# AoT generated files
ngx-vis.d.ts
ngx-vis.js
ngx-vis.js.map
ngx-vis.metadata.json
ngx-vis.ngfactory.ts
factories
/**/*.ngfactory.ts
*.ngfactory.*
*.metadata.json
*.ngsummary.json
components/*.d.ts
components/*.js
components/*.js.map
components/*.ngfactory.*
components/*.metadata.json
components/*.ngsummary.json
components/network/*.d.ts
components/network/*.js
components/network/*.js.map
components/network/*.ngfactory.*
components/network/*.metadata.json
components/network/*.ngsummary.json
components/timeline/*.d.ts
components/timeline/*.js
components/timeline/*.js.map
components/timeline/*.ngfactory.*
components/timeline/*.metadata.json
components/timeline/*.ngsummary.json
yarn.lock