Update gitignore

This commit is contained in:
cytopia 2020-11-12 15:10:51 +01:00
parent d727835228
commit 254b76205c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
18 changed files with 24 additions and 4 deletions

28
.gitignore vendored
View File

@ -3,7 +3,7 @@
# to re-index the git index (if there are already # to re-index the git index (if there are already
# commited files) # commited files)
# #
# $ git rm -r --cached . # $ git rm -r -f --cached .
# $ git add . # $ git add .
# $ git commit -m ".gitignore index rebuild" # $ git commit -m ".gitignore index rebuild"
# #
@ -16,7 +16,6 @@
# Ignore variable data # Ignore variable data
/.env /.env
/backups/* /backups/*
/log/[a-z0-9-]*
# Ignore Data dirs # Ignore Data dirs
/data/www/* /data/www/*
@ -27,6 +26,28 @@
# Ignore compose override file # Ignore compose override file
/docker-compose.override.yml /docker-compose.override.yml
# Ignore logs
/log/apache-2.2/*
/log/apache-2.4/*
/log/mariadb-10.3/*
/log/nginx-mainline/*
/log/nginx-stable/*
/log/php-fpm-5.2/*
/log/php-fpm-5.3/*
/log/php-fpm-5.4/*
/log/php-fpm-5.5/*
/log/php-fpm-5.6/*
/log/php-fpm-7.0/*
/log/php-fpm-7.1/*
/log/php-fpm-7.2/*
/log/php-fpm-7.3/*
/log/php-fpm-7.4/*
/log/php-fpm-8.0/*
/log/php-fpm-8.1/*
!/log/.keepme
!/log/*/.keepme
# Ignore custom global vhost gen templates # Ignore custom global vhost gen templates
/cfg/vhost-gen/apache22.conf /cfg/vhost-gen/apache22.conf
/cfg/vhost-gen/apache24.conf /cfg/vhost-gen/apache24.conf
@ -132,7 +153,7 @@
/.tests/tmp/* /.tests/tmp/*
/.tests/www/* /.tests/www/*
!/.tests/www/modules !/.tests/www/modules
!/.tests/www/rproxy/js !/.tests/www/rproxy/js/index.js
# Keep folders # Keep folders
!.keepme !.keepme
@ -144,7 +165,6 @@
###### std ###### ###### std ######
.lock .lock
*.log
###### patches/diffs ###### ###### patches/diffs ######
*.patch *.patch

0
log/apache-2.2/.keepme Normal file
View File

0
log/apache-2.4/.keepme Normal file
View File

0
log/mariadb-10.3/.keepme Normal file
View File

View File

0
log/nginx-stable/.keepme Normal file
View File

0
log/php-fpm-5.2/.keepme Normal file
View File

0
log/php-fpm-5.3/.keepme Normal file
View File

0
log/php-fpm-5.4/.keepme Normal file
View File

0
log/php-fpm-5.5/.keepme Normal file
View File

0
log/php-fpm-5.6/.keepme Normal file
View File

0
log/php-fpm-7.0/.keepme Normal file
View File

0
log/php-fpm-7.1/.keepme Normal file
View File

0
log/php-fpm-7.2/.keepme Normal file
View File

0
log/php-fpm-7.3/.keepme Normal file
View File

0
log/php-fpm-7.4/.keepme Normal file
View File

0
log/php-fpm-8.0/.keepme Normal file
View File

0
log/php-fpm-8.1/.keepme Normal file
View File