Skip to content

Commit fd8a9b3

Browse files
authored
Merge pull request #12 from PorkStudios/dev/rewrite
Rewrite
2 parents 9ae55e9 + a88f8c6 commit fd8a9b3

File tree

149 files changed

+4284
-9353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+4284
-9353
lines changed

.gitignore

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
\.idea/
1+
/.idea/
22
*.iml
3-
run/
4-
target/
5-
logininfo.txt
6-
sessionId.txt
7-
players.dat
8-
online.dat
9-
clientId.txt
10-
/config.yml
11-
whitelist.txt
12-
13-
dependency-reduced-pom\.xml
3+
/run/
4+
/log/
5+
/build/
6+
/config.json
7+
/.gradle/
8+
*.class
9+
*.jar
10+
*.ipr

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.
-1 Bytes
Binary file not shown.

.gradle/4.4/fileHashes/fileHashes.bin

-18.9 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-19.2 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/cache.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.
-18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)