added .metadata again (can't save workspace settings :/ )
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -22,3 +22,5 @@
|
|||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
/.metadata/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
|
|||||||
eclipse.preferences.version=1
|
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.inlineJsrBytecode=enabled
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
content_assist_number_of_computers=18
|
||||||
content_assist_proposals_background=255,255,255
|
content_assist_proposals_background=255,255,255
|
||||||
content_assist_proposals_foreground=0,0,0
|
content_assist_proposals_foreground=0,0,0
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ INDEX VERSION 1.131+C:\Users\tters\Documents\GitHub\Tic-Tac-Toe\.metadata\.plugi
|
|||||||
2245724659.index
|
2245724659.index
|
||||||
4159925062.index
|
4159925062.index
|
||||||
1378015560.index
|
1378015560.index
|
||||||
2354877934.index
|
|
||||||
1481432206.index
|
1481432206.index
|
||||||
1330774489.index
|
1330774489.index
|
||||||
3445611512.index
|
3445611512.index
|
||||||
|
|||||||
5
Tic-Tac-Toe/src/main/Test.java
Normal file
5
Tic-Tac-Toe/src/main/Test.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package main;
|
||||||
|
|
||||||
|
public class Test {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user