-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·65 lines (52 loc) · 960 Bytes
/
.gitignore
File metadata and controls
executable file
·65 lines (52 loc) · 960 Bytes
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
# NPM
node_modules
# backup data
/src/server/data/*
!/src/server/data/.gitkeep
# panel configs
/config/panels/*.json
!/config/panels/.gitkeep
# global config
/config/global/*.json
!/config/global/.gitkeep
# module dockerfiles
Dockerfile*
!/src/server/Dockerfile
!/src/server/Dockerfile.dev
!/src/server/services/dockerfile-write.js
# global environment files
.env
.env.development
.env.test
.env.production
# client
src/client/.pnp
src/client/dist/*
.pnp.js
# testing
src/client/coverage
src/server/routes/logs
# client production build
/src/client/build/*
/src/client/dist/*
!/src/client/build/.gitkeep
# storybook static files
docs/assets/storybook
src/client/storybook-static
# misc
._*
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# docs
docs/_data/sidebar.yml
docs/pages/modules
docs/pages/modules/**
docs/_data
docs/_site
docs/_site/**
docs/.jekyll-cache
docs/.jekyll-cache/**
# script outputs
/src/client/src/utils/muiIconMap.js