Getting the ignores correct
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -67,12 +67,12 @@ downloads/
|
||||
hold/
|
||||
log/
|
||||
# logs/
|
||||
logs/ae_api/
|
||||
logs/ae_app/
|
||||
# logs/ae_api/
|
||||
# logs/ae_app/
|
||||
logs/apache2/
|
||||
logs/mailman2/
|
||||
logs/php7/
|
||||
logs/web/
|
||||
# logs/web/
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
|
||||
4
conf/certs/.gitignore
vendored
Normal file
4
conf/certs/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except for this file
|
||||
!.gitignore
|
||||
4
logs/ae_api/.gitignore
vendored
Normal file
4
logs/ae_api/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except for this file
|
||||
!.gitignore
|
||||
4
logs/ae_app/.gitignore
vendored
Normal file
4
logs/ae_app/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except for this file
|
||||
!.gitignore
|
||||
4
logs/web/nginx/.gitignore
vendored
Normal file
4
logs/web/nginx/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except for this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user