diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3de963 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Dependencies +front_vue/node_modules/ + +# Build output +front_vue/dist/ + +# Task images +backend/public/img/task/ \ No newline at end of file diff --git a/backend/public/img/task/10/345.png b/backend/public/img/task/10/345.png deleted file mode 100644 index c803071..0000000 Binary files a/backend/public/img/task/10/345.png and /dev/null differ diff --git a/backend/public/img/task/12/345.png b/backend/public/img/task/12/345.png deleted file mode 100644 index c803071..0000000 Binary files a/backend/public/img/task/12/345.png and /dev/null differ diff --git a/backend/public/img/task/8/345.png b/backend/public/img/task/8/345.png deleted file mode 100644 index c803071..0000000 Binary files a/backend/public/img/task/8/345.png and /dev/null differ diff --git a/front_vue/.gitignore b/front_vue/.gitignore deleted file mode 100644 index ed7c69e..0000000 --- a/front_vue/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Dependencies -node_modules/ - -# Build output -dist/