diff --git a/.gitignore b/.gitignore index 723ef36..090a1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +.DS_Store diff --git a/src/DAT/Controller.js b/src/DAT/GUI/Controller.js similarity index 100% rename from src/DAT/Controller.js rename to src/DAT/GUI/Controller.js diff --git a/src/DAT/ControllerBoolean.js b/src/DAT/GUI/ControllerBoolean.js similarity index 100% rename from src/DAT/ControllerBoolean.js rename to src/DAT/GUI/ControllerBoolean.js diff --git a/src/DAT/ControllerFunction.js b/src/DAT/GUI/ControllerFunction.js similarity index 100% rename from src/DAT/ControllerFunction.js rename to src/DAT/GUI/ControllerFunction.js diff --git a/src/DAT/ControllerNumber.js b/src/DAT/GUI/ControllerNumber.js similarity index 100% rename from src/DAT/ControllerNumber.js rename to src/DAT/GUI/ControllerNumber.js diff --git a/src/DAT/ControllerString.js b/src/DAT/GUI/ControllerString.js similarity index 100% rename from src/DAT/ControllerString.js rename to src/DAT/GUI/ControllerString.js diff --git a/src/dat/gui.css b/src/DAT/GUI/GUI.css similarity index 100% rename from src/dat/gui.css rename to src/DAT/GUI/GUI.css diff --git a/src/dat/gui.js b/src/DAT/GUI/GUI.js similarity index 100% rename from src/dat/gui.js rename to src/DAT/GUI/GUI.js diff --git a/src/DAT/Slider.js b/src/DAT/GUI/Slider.js similarity index 100% rename from src/DAT/Slider.js rename to src/DAT/GUI/Slider.js