📦 chore(frontend): add .dockerignore file to exclude node_modules and build directories from Docker image

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-13 17:45:31 -03:00
commit f8d4bb70ac

View file

@ -0,0 +1,2 @@
**/node_modules
**/build