added .gitignore to bin

This commit is contained in:
Jannik 2017-04-15 17:50:27 +02:00
parent 20afbb42e7
commit 30af3c688f
2 changed files with 4 additions and 1 deletions

3
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/application/
/libraries/
/recources/

View File

@ -71,7 +71,7 @@ public class Main extends Application {
mainWindowController = loader.getController(); //Link of FXMLController and controller class
mainWindowController.setMain(this); //call setMain
//get os and the right paths
//get OS and the right paths
if(System.getProperty("os.name").equals("Linux")){
directory = new File(dirLinux);
configFile = new File(dirLinux + "/config.xml");