added .metadata again (can't save workspace settings :/ )

This commit is contained in:
Asecave
2020-09-02 17:48:25 +02:00
parent d7f55c0b29
commit 91c98ee011
11 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.metadata/

View File

@@ -1,4 +1,5 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8

View File

@@ -1,3 +1,4 @@
content_assist_number_of_computers=18
content_assist_proposals_background=255,255,255
content_assist_proposals_foreground=0,0,0
eclipse.preferences.version=1

View File

@@ -13,7 +13,6 @@ INDEX VERSION 1.131+C:\Users\tters\Documents\GitHub\Tic-Tac-Toe\.metadata\.plugi
2245724659.index
4159925062.index
1378015560.index
2354877934.index
1481432206.index
1330774489.index
3445611512.index

View File

@@ -0,0 +1,5 @@
package main;
public class Test {
}