From d8695d77fec5986900c0422931e18be2d9d173e6 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Cuchi Date: Tue, 8 Oct 2019 19:20:25 -0300 Subject: [PATCH] Fix the .gitignore to igore all the client files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 51db25d..10bb13e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules server/build/**/*.js client/build/**/*.js +client/build/**/*.html commons/**/*.js commons/**/*.js.map lerna-debug.log \ No newline at end of file