From 1d18fdc0576938fddb875a1eac99c4ded2e49eb3 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Fri, 8 May 2020 15:49:44 +0700 Subject: [PATCH] Ignore IDEA --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b94d76a..0a747bf 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ assets/ node_modules # IDEs -.vscode \ No newline at end of file +.vscode +.idea