-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
58 lines (39 loc) · 1.3 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
# docker
/.docker/ssl/*
!/.docker/ssl/.gitkeep
/.docker/nginx/custom-files/*
!/.docker/nginx/custom-files/.gitkeep
/shared/app-error-logs/*
!/shared/app-error-logs/.gitkeep
/shared/nginx-error-logs/*
!/shared/nginx-error-logs/.gitkeep
/shared/system-logs/*
!/shared/system-logs/.gitkeep
/bin/*
!/bin/.gitkeep
**/.idea
/.env
/.env.ready.*
# misc
**/.DS_Store
/docker-orchestration-*-nginx.yml
!/docker-orchestration-app-nginx-original.yml
/docker-compose-*.yml
/docker-compose-*-ready.yml
!/docker-compose-app-original.yml
/docker-stack-*.yml
/docker-stack-*-ready.yml
!/docker-stack-app-original-blue.yml
!/docker-stack-app-original-green.yml
/.docker/nginx/template/conf.d/http/*
!/.docker/nginx/template/conf.d/http/.gitkeep
/.docker/nginx/template/conf.d/https/*
!/.docker/nginx/template/conf.d/https/.gitkeep
/.docker/nginx/template/logrotate/*
!/.docker/nginx/template/logrotate/.gitkeep
/.docker/nginx/template/nginx.conf.main
/.docker/nginx/origin/nginx.conf.main.origin.customized
/.docker/nginx/origin/conf.d/http/additionals/nginx.conf.prepared.origin.customized
/.docker/nginx/origin/conf.d/http/app/nginx.conf.prepared.origin.customized
/.docker/nginx/origin/conf.d/https/additionals/nginx.conf.prepared.origin.customized
/.docker/nginx/origin/conf.d/https/app/nginx.conf.prepared.origin.customized