diff --git a/.gitignore b/.gitignore index de8442a..48ec249 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ .vscode letsencrypt *.production* -static/php/xdebug.ini -logs/* \ No newline at end of file +static/php/xdebug.ini \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore