-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (56 loc) · 1.04 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
# Mac
.DS_Store
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Nyc
.nyc_output/
# Config
.env.local
.env.*.local
config/profiles/*.json
packages/config/*.json
!packages/config/package.json
services/images/config.json
# Log
log/
# Build
dist/
# Coverage
.nyc_output
coverage
# Editor
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
# Cordova
packages/client/cordova/www
!packages/client/cordova/www/.gitkeep
packages/client/cordova/platforms
packages/client/cordova/plugins
packages/masterapp/cordova/www
!packages/masterapp/cordova/www/.gitkeep
packages/masterapp/cordova/platforms
packages/masterapp/cordova/plugins
# E2E
tests/e2e/videos/
tests/e2e/screenshots/
# Redis
services/volumes/cache/data
!services/volumes/cache/data/.gitkeep
# Postgres
services/volumes/database/data
# Nginx
services/images/reverse_proxy/docker-entrypoint.sh
services/volumes/reverse_proxy/le-certs
services/volumes/reverse_proxy/server.prod.conf
# Images server
packages/image-server/images/*
# PWA
services/images/manager/manifest.json