9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-31 12:56:37 +00:00

Initial commit

This commit is contained in:
Auxilor
2020-12-08 18:55:16 +00:00
commit 733cd22c29
114 changed files with 4984 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Java
*.class
# Eclipse IDE
.settings/
bin/
.classpath
.project
# IntelliJ IDEA
.idea/
*.iml
# Gradle
.gradle
**/build/
!src/**/build/
.gradletasknamecache
!gradle-wrapper.jar
gradle-app.setting
# Mac OSX
.DS_Store