From 80a6961b1560673d768d389cd33a8d3aad6de8ad Mon Sep 17 00:00:00 2001 From: Louis Sandoval Date: Fri, 17 Apr 2020 22:57:25 -0700 Subject: [PATCH] Ignore Jetbrains project directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9946de1e..150e13f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ /public/node_modules /vendor /.release -embedded.txt \ No newline at end of file +embedded.txt + +# jetbrains IDE +.idea \ No newline at end of file