From b6d0570e79664d7405363007758a7411e4d6e7d0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 27 Jan 2018 14:00:23 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e0bfccf..af2c298 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,17 @@ .idea/* + +# Go stuff Library dist/* dist/ -frontend/node_modules/ -frontend/dist/ -frontend/npm-debug.log* -frontend/yarn-debug.log* -frontend/yarn-error.log* config.ini *.db cover.html coverage.out + +# Frontend stuff +frontend/node_modules/ +frontend/dist/ +frontend/npm-debug.log* +frontend/yarn-debug.log* +frontend/yarn-error.log* \ No newline at end of file