Forge Project Setup

This commit is contained in:
Jinks 2020-04-04 13:23:24 +02:00
commit f4a36fe3aa
9 changed files with 416 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build
.gradle
# other
eclipse
run