From b1bcd1d08105123d9ee4bf93e277cd9eec83acc8 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sat, 7 Dec 2019 20:49:23 +0530 Subject: [PATCH] added bundle.js to gitignore to stop diff pollution. it will have to be separately compiled on project build --- chatto/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/chatto/.gitignore b/chatto/.gitignore index a95be67..422591a 100644 --- a/chatto/.gitignore +++ b/chatto/.gitignore @@ -32,3 +32,4 @@ build/ src/main/javascript/node_modules config/ +/home/rohan/git/chatto-spring/chatto/src/main/resources/static/js/bundle.js