-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
83 lines (77 loc) · 1.15 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# api
api/vendor/
api/**/*.log
api/**/*.sqlite
api/.idea/
api/bin/
api/tmp/
api/tmp/*
api/node_modules/
api/.sass-cache/
api/public/assets/
api/.vscode/
api/.grifter/
api/.env
api/**/.DS_Store
api/*.pid
api/coverage
api/coverage.data
api/.svn
api/.console_history
api/.sass-cache/*
api/.jhw-cache/
api/jhw.*
api/*.sublime*
api/dist/
api/generated/
api/.vendor/
api/.pnp.*
api/.yarn/*
api/!.yarn/patches
api/!.yarn/plugins
api/!.yarn/releases
api/!.yarn/sdks
api/!.yarn/versions
# front
front/vendor/
front/**/*.log
front/**/*.sqlite
front/.idea/
front/bin/
front/tmp/
front/node_modules/
front/.sass-cache/
front/public/assets/
front/.vscode/
front/.grifter/
front/.env
front/**/.DS_Store
front/*.pid
front/coverage
front/coverage.data
front/.svn
front/.console_history
front/.sass-cache/*
front/.jhw-cache/
front/jhw.*
front/*.sublime*
front/dist/
front/generated/
front/.vendor/
front/.pnp.*
front-backup/*
# bin
bin/mc-web-console-api
bin/mc-web-console-api.pid
bin/mc-web-console-api.log
bin/.env
# conf
conf/.env
conf/selfiamauthsetting.yaml
conf/selfiamuser.dat
conf/serverinfo
# scripts
!scripts/.env
scripts/container-volume
conf/api.yaml
bin/mc-web-console-front