Skip to content

Commit af5ea88

Browse files
committed
updated
1 parent 6ebea67 commit af5ea88

File tree

9 files changed

+8
-3
lines changed

9 files changed

+8
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#/nbproject/private/
2-
#/dist/
2+
#/dist/
3+
/others/

build/built-jar.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri, 28 Feb 2025 18:05:39 +0300
1+
#Mon, 02 Jun 2025 15:48:41 +0300
22

33

44
D\:\\github\\SnakeProject=

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
84 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.

dist/SnakeProject.jar

0 Bytes
Binary file not shown.

nbproject/private/private.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
33
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
44
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
5-
<group/>
5+
<group>
6+
<file>file:/D:/github/SnakeProject/src/SnakePackage/SnakeGame.java</file>
7+
<file>file:/D:/github/SnakeProject/src/SnakePackage/GamePanel.java</file>
8+
<file>file:/D:/github/SnakeProject/src/SnakePackage/GameFrame.java</file>
9+
</group>
610
</open-files>
711
</project-private>

0 commit comments

Comments
 (0)