improvement: moved public folder outside src

This commit is contained in:
canove
2020-07-28 17:08:45 -03:00
parent 5b0beb8b9c
commit f4b47807bf
4 changed files with 5 additions and 5 deletions

4
backend/.gitignore vendored
View File

@@ -1,4 +1,4 @@
node_modules
src/public/*
!src/public/.gitkeep
public/*
!public/.gitkeep
.env