Skip to content

Commit c72018f

Browse files
Merge pull request #3 from SirBlobman/master
Optimizations / Changes
2 parents 881a9bf + 5196088 commit c72018f

48 files changed

Lines changed: 613 additions & 1185 deletions

Some content is hidden

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

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Mac OSX
2+
.DS_Store
3+
._*
4+
5+
# Java
6+
*.class
7+
*.jar
8+
9+
# IntelliJ IDEA
10+
.idea/
11+
*.iml
12+
13+
# Eclipse IDE
14+
.settings/
15+
bin/
16+
.classpath
17+
.project
18+
19+
# Maven
20+
target/
21+
dependency-reduced-pom.xml
22+
23+
# Gradle
24+
.gradle/
25+
build/
-146 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.
-21 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/6.1.1/gc.properties

Whitespace-only changes.
-859 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)