🗑added public folder content to gitignore

This commit is contained in:
canove
2020-07-08 14:29:16 -03:00
parent b1bed3623e
commit 855e28c7d7
5 changed files with 26 additions and 29 deletions

4
backend/.gitignore vendored
View File

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