From 47d4d7993a7c3af8f5e10994ccd6becfca51e3b0 Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Fri, 16 Aug 2019 00:55:32 +0900 Subject: [PATCH] Add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb11848..f638352 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ statik -assets/bundle.js \ No newline at end of file +assets/bundle.js +front/node_modules/ \ No newline at end of file