diff --git a/.gitignore b/.gitignore index 61656bd..861acaa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ target/ .sts4-cache ### IntelliJ IDEA ### -/logs .idea *.iws *.iml @@ -32,3 +31,7 @@ build/ ### VS Code ### .vscode/ + +### Log +logs/ +spy.log