diff --git a/log/.gitignore b/log/.gitignore index c96a04f0..b6e069c5 100755 --- a/log/.gitignore +++ b/log/.gitignore @@ -1,2 +1,3 @@ * +!*/ !.gitignore \ No newline at end of file diff --git a/log/plugins/.gitignore b/log/plugins/.gitignore new file mode 100755 index 00000000..34211e27 --- /dev/null +++ b/log/plugins/.gitignore @@ -0,0 +1,3 @@ +* +!*/ +!.gitignore