From 292521841f1e1f58ccd2e42f904f88acfdfa4ea4 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 22 Feb 2023 16:47:02 -0500 Subject: [PATCH] Getting the ignores correct --- .gitignore | 6 +++--- conf/certs/.gitignore | 4 ++++ logs/ae_api/.gitignore | 4 ++++ logs/ae_app/.gitignore | 4 ++++ logs/web/nginx/.gitignore | 4 ++++ 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 conf/certs/.gitignore create mode 100644 logs/ae_api/.gitignore create mode 100644 logs/ae_app/.gitignore create mode 100644 logs/web/nginx/.gitignore diff --git a/.gitignore b/.gitignore index 074bb17..b202a64 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/conf/certs/.gitignore b/conf/certs/.gitignore new file mode 100644 index 0000000..9ce0361 --- /dev/null +++ b/conf/certs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore \ No newline at end of file diff --git a/logs/ae_api/.gitignore b/logs/ae_api/.gitignore new file mode 100644 index 0000000..9ce0361 --- /dev/null +++ b/logs/ae_api/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore \ No newline at end of file diff --git a/logs/ae_app/.gitignore b/logs/ae_app/.gitignore new file mode 100644 index 0000000..9ce0361 --- /dev/null +++ b/logs/ae_app/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore \ No newline at end of file diff --git a/logs/web/nginx/.gitignore b/logs/web/nginx/.gitignore new file mode 100644 index 0000000..9ce0361 --- /dev/null +++ b/logs/web/nginx/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore \ No newline at end of file