diff --git a/.classpath b/.classpath index a7a337a..7262be5 100644 --- a/.classpath +++ b/.classpath @@ -1,11 +1,11 @@ - + diff --git a/.gitignore b/.gitignore index e0d5a12..164f0d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ bin/ .idea/ -little-minecraft-vanilla-extension.iml \ No newline at end of file +little-minecraft-vanilla-extension.iml +.vscode/ +.classpath +.project \ No newline at end of file diff --git a/.project b/.project index 112b72a..9e710a1 100644 --- a/.project +++ b/.project @@ -14,15 +14,4 @@ org.eclipse.jdt.core.javanature - - - 1604515347360 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2421e38..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "files.exclude": { - "**/.classpath": true, - "**/.project": true, - "**/.settings": true, - "**/.factorypath": true - } -} \ No newline at end of file