diff --git a/.dockerignore b/.dockerignore index dd9674c9..d7aba841 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,6 @@ releases/ secrets/ config/ -public/dist/build.js* \ No newline at end of file +public/dist/build.js* +public/dist/ +public/node_modules/ \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..530287e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Don't change line endings on .sh files +*.sh -crlf \ No newline at end of file diff --git a/public/src/components/server_config/settings.vue b/public/src/components/server_config/settings.vue index 1f17d2cd..4673237f 100644 --- a/public/src/components/server_config/settings.vue +++ b/public/src/components/server_config/settings.vue @@ -1,15 +1,18 @@