diff --git a/.gitignore b/.gitignore index b0b244d..4bbe6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries +.vscode/ # Created by https://www.toptal.com/developers/gitignore/api/macos # Edit at https://www.toptal.com/developers/gitignore?templates=macos @@ -198,4 +199,4 @@ buildNumber.properties # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar -# End of https://www.gitignore.io/api/java,maven,intellij+all,jetbrains+all \ No newline at end of file +# End of https://www.gitignore.io/api/java,maven,intellij+all,jetbrains+all diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e012065..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "java.compile.nullAnalysis.mode": "automatic", - "java.configuration.updateBuildConfiguration": "interactive" -} \ No newline at end of file