From fa1189658a911db852ba974a7382509fb4ffbb7c Mon Sep 17 00:00:00 2001 From: Melonai Date: Mon, 11 Jan 2021 11:38:26 +0100 Subject: Fully split client and server --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3cfb48e..cc0d213 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -/target/ .DS_Store -build/ .idea/ + +build/ +target/ node_modules/ -client/yarn.lock \ No newline at end of file + +.env -- cgit 1.4.1