diff --git a/.gitignore b/.gitignore index e714e79..e06c5f1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ replay_pid* # Ignore Gradle build output directory build + +.idea +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e0f15db..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "automatic" -} \ No newline at end of file