forked from anandslab/docker-traefik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·59 lines (59 loc) · 981 Bytes
/
.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
*
*/
!.gitignore
!.bash_aliases.example
!docker-compose-t1.yml
!docker-compose-t1-vpn.yml
!docker-compose-t1-obsolete.yml
!docker-compose-t1-swarm.yml
!docker-compose-t2.yml
!docker-compose-t2-vpn.yml
!docker-compose-t2-obsolete.yml
!docker-compose-t2-synology.yml
!docker-compose-t2-web.yml
!.env.example
!README.md
!CHANGELOG.md
!LICENSE
!traefik1
traefik1/*
!traefik1/*.example
!traefik1/rules
traefik1/rules/*
!traefik1/rules/*.example
!shared
shared/*
!shared/*.example
!picard
picard/*
!picard/*.example
!traefik2
traefik2/*
!traefik2/*.example
!traefik2/rules
traefik2/rules/*
!traefik2/rules/*.example
!traefik2/rules/tls-opts.yml
!authelia
authelia/*
!authelia/*.example
!php
php/*
!php/php7
php/php7/*
!php/php7/*.example
!php/php7/conf.d
php/php7/conf.d/*
!php/php7/conf.d/*.example
!nginx
nginx/*
!nginx/*.example
!nginx/conf.d
nginx/conf.d/*
!nginx/conf.d/*.example
!nginx/sites
nginx/sites/*
!nginx/sites/*.example
!nginx/common
nginx/common/*
!nginx/common/*.example