diff --git a/.gitignore b/.gitignore index 8a0a60d2..02cc6640 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ # Project exclude paths /.gradle/ /build/ +/run/ +/run-data/ +/.idea/ +/.vscode/ /build/classes/java/main/ \ No newline at end of file