From 0270ae09e68dec5b25830b77eec49b683d286902 Mon Sep 17 00:00:00 2001 From: canove Date: Fri, 19 Jun 2020 14:30:47 -0300 Subject: [PATCH] added public folder to git --- backend/.gitignore | 1 + backend/public/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 backend/public/.gitkeep diff --git a/backend/.gitignore b/backend/.gitignore index b87ba46..4050429 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,3 +1,4 @@ node_modules public/* +!public/.gitkeep .env \ No newline at end of file diff --git a/backend/public/.gitkeep b/backend/public/.gitkeep new file mode 100644 index 0000000..e69de29