forked from eclipsesource/jsonforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 836 Bytes
/
.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
# generated files
dist/
!dist/LICENSE
temp/
coverage/
reports/
# build results
/components/
index.d.ts
jsonforms.js
jsonschema.d.ts
uischema.d.ts
# npm
node_modules/
# all js files in components
src/components/**/*.js
# all js files in tests except the configs
tests/**/*.js
/typings/browser.d.ts
/typings/main.d.ts
/typings/main
/typings/browser
!tests/e2e-tests/protractor.conf.js
!karma.conf.js
# typescript mappings
**/*.map
# typescript cache files
.tscache/
# logs
*.log
# examples
examples/bower_components/
examples/css/jsonforms.css
examples/js/jsonforms.js
examples/js/jsonforms.min.js
examples/fonts
examples/assets/jsonforms.css
examples/assets/jsonforms-bootstrap.css
examples/assets/jsonforms.js
examples/assets/jsonforms-bootstrap.css
# webstorm
.idea
# mac users
.DS_Store
/jsonforms.js
# windows
**/Thumbs.db