diff --git a/.gitignore b/.gitignore index b9c14c7c..ed36dc13 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ debug /security # Log files -/logs \ No newline at end of file +*.log \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file