Make setup easier by having the correct directories marked as src (#50)

* Make setup easier by having the correct directories marked as src

* forgot this guy
This commit is contained in:
Daniel Ginovker 2020-01-06 20:45:55 -05:00 committed by GitHub
parent 16542dc53d
commit 34f3dd2fde
8 changed files with 282 additions and 68 deletions

4
.gitignore vendored
View file

@ -5,3 +5,7 @@
**/.idea/tasks.xml
Server/**/*.class
CompiledServer/**/*.jar
.idea/
.idea/workspace.xml
**/.idea/workspace.xml
**/.idea/*