Getting the ignores correct

This commit is contained in:
Scott Idem
2023-02-22 16:47:02 -05:00
parent cc767aac25
commit 292521841f
5 changed files with 19 additions and 3 deletions

6
.gitignore vendored
View File

@@ -67,12 +67,12 @@ downloads/
hold/ hold/
log/ log/
# logs/ # logs/
logs/ae_api/ # logs/ae_api/
logs/ae_app/ # logs/ae_app/
logs/apache2/ logs/apache2/
logs/mailman2/ logs/mailman2/
logs/php7/ logs/php7/
logs/web/ # logs/web/
tmp/ tmp/
temp/ temp/

4
conf/certs/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
logs/ae_api/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
logs/ae_app/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

4
logs/web/nginx/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore