From 0041ede3bad02db9bd60c2714b558404573b93ef Mon Sep 17 00:00:00 2001 From: Admir Sabanovic Date: Wed, 11 Oct 2017 22:26:22 +0200 Subject: [PATCH 1/2] add idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 237a1c46..f492954e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .cache .DS_STORE node_modules -public \ No newline at end of file +public +.idea/ From 1ec24d62f05ee3d435dc2f64bcfe68e9788f12be Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 11 Oct 2017 13:44:13 -0700 Subject: [PATCH 2/2] nit :) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f492954e..dbe72d17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .cache .DS_STORE +.idea node_modules public -.idea/