forked from patternhelloworld/docker-blue-green-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (42 loc) · 1.48 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
.idea
/.env
/.env.ready.*
/docker-compose-*-nginx.yml
/docker-compose-*-local.yml
/docker-compose-*-real.yml
/docker-compose-*-ready.yml
/!docker-compose-app-local-original.yml
/!docker-compose-app-real-original.yml
/docker-stack-*-nginx.yml
/docker-stack-*-local.yml
/docker-stack-*-real.yml
/docker-stack-*-ready.yml
/!docker-stack-app-local-original-blue.yml
/!docker-stack-app-local-original-green.yml
/!docker-stack-app-real-original-blue.yml
/!docker-stack-app-real-original-green.yml
/!docker-compose-app-nginx-original.yml
/!docker-compose-consul.yml
/.docker/nginx/template/ctmpl/http/*
!/.docker/nginx/template/ctmpl/http/.gitkeep
/.docker/nginx/template/ctmpl/https/*
!/.docker/nginx/template/ctmpl/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.ctmpl.origin.customized
/.docker/nginx/origin/conf.d/http/app/nginx.conf.ctmpl.origin.customized
/.docker/nginx/origin/conf.d/https/additionals/nginx.conf.ctmpl.origin.customized
/.docker/nginx/origin/conf.d/https/app/nginx.conf.ctmpl.origin.customized