diff --git a/.gitignore b/.gitignore index 9d02bf1..d19a8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea/ /build/ /gradle/ +/out/ diff --git a/out/production/Composer/default.conf b/out/production/Composer/default.conf deleted file mode 100644 index 5016a25..0000000 --- a/out/production/Composer/default.conf +++ /dev/null @@ -1 +0,0 @@ -debugMode=false \ No newline at end of file diff --git a/src/main/resources/default.conf b/src/main/resources/default.conf index 5016a25..b291a88 100644 --- a/src/main/resources/default.conf +++ b/src/main/resources/default.conf @@ -1 +1 @@ -debugMode=false \ No newline at end of file +debugMode=false