-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
57 lines (46 loc) · 910 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 by Cargo
# will have compiled files and executables
target
**/wasm/pkg/
**/.DS_Store
**/dist
**/build
**/node_modules
**/coverage
**/.yalc
**/yalc.lock
**/.vs
**/.vscode
# jetbrains
**/.idea
**/.run
# vim
**/.swp
**/yarn-debug.log*
**/yarn-error.log*
# yarn
**/.yarn/cache
**/.yarn/install-state.gz
**/.env
**/.cdf-env.json
!**/.env.example
# Viewer ignores
.eslintcache
__diff_output__/
# React components ignores
react-components/storybook-static/
react-components/test-results/
react-components/playwright-report/
react-components/playwright/.cache/
# Examples
# Public is also used for temorary local models so ignore everything
examples/public/
!examples/public/index.html
!examples/public/favicon.ico
!examples/public/manifest.json
# Documentation
# Generated files
documentation/.docusaurus
documentation/generated
documentation/docs/api
/react-components/stories/public/cadModel