FIX: Track data/sites-available/ & data/sites-enabled/
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,11 +1,18 @@
|
||||
.env
|
||||
/data/
|
||||
/certbot/
|
||||
/goaccess/
|
||||
/data/public/
|
||||
/data/conf.d/
|
||||
!/data/nginx.conf
|
||||
!/data/sites-available/
|
||||
!/data/sites-enabled/
|
||||
# !/data/conf.d/** # Configurations exist in nginx.conf and site confs
|
||||
!/goaccess/goaccess.conf
|
||||
|
||||
certbot/
|
||||
|
||||
goaccess/
|
||||
!goaccess/goaccess.conf
|
||||
|
||||
data/
|
||||
# data/public/
|
||||
# data/conf.d/
|
||||
# data/logs/
|
||||
# data/logs-VCOMBINED/
|
||||
!data/nginx.conf
|
||||
!data/sites-available/**
|
||||
!data/sites-enabled/**
|
||||
# !data/conf.d/** # Configurations exist in nginx.conf and site confs
|
||||
|
||||
!data/sites-enabled
|
||||
|
||||
Reference in New Issue
Block a user