ahinchman1 / TornadoFX-DnD-TilesFX

Tornado FX
23 stars 5 forks source link

Add .gitignore and updated pom.xml #2

Closed TheItachiUchiha closed 6 years ago

TheItachiUchiha commented 6 years ago

This PR removes all the unwanted files checked into the repository making it easier to maintain. It removes the following directories:

I have also created a .gitignore file which is used to ignore files and folders in a repository. The above mentioned directories are added to the file along with

All the dependencies are now managed using Maven. Therefore, lib and the jars inside it was no longer required.