diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..1854cad Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 9e7a400..9fe7ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -.DS_Store -.settings bananaSPLIT/build bananaSPLIT/conf/_*.json TestFiles -.pydevproject -.project \ No newline at end of file +.vscode diff --git a/.project b/.project deleted file mode 100644 index f8fcf78..0000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - bananaSPLIT - - - - - - org.python.pydev.PyDevBuilder - - - - - - org.python.pydev.pythonNature - - diff --git a/.pydevproject b/.pydevproject deleted file mode 100644 index f520383..0000000 --- a/.pydevproject +++ /dev/null @@ -1,10 +0,0 @@ - - - -/${PROJECT_DIR_NAME} -/${PROJECT_DIR_NAME}/bananaSPLIT/libbananasplit -/${PROJECT_DIR_NAME}/bananaSPLIT/UserInterface/compiledUI - -python interpreter -python37 - diff --git a/.settings/.gitignore b/.settings/.gitignore deleted file mode 100644 index b012ade..0000000 --- a/.settings/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/org.eclipse.core.resources.prefs diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 28eddaf..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,9 +0,0 @@ -eclipse.preferences.version=1 -encoding//bananaSPLIT/UserInterface/compiledUI/about.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/advopt.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/avanzatetitolo.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/avanzatetitolo2.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/avanzatetitolo3.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/mainwindow.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/selezout.py=utf-8 -encoding//bananaSPLIT/UserInterface/compiledUI/titolow.py=utf-8 diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs deleted file mode 100644 index cfcd1d3..0000000 --- a/.settings/org.eclipse.ltk.core.refactoring.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false