From 12e173926249ee92046c78fec30293dfcdb7e37b Mon Sep 17 00:00:00 2001 From: Andrew Ghostuhin Date: Wed, 29 Sep 2021 23:57:54 +0300 Subject: [PATCH] chore: idea module ignorable --- .gitignore | 2 +- nextjs.iml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 nextjs.iml diff --git a/.gitignore b/.gitignore index 3183aa0c..3d6b0ced 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,5 @@ node_modules # This is the Yarn install state cache, it can be rebuilt anytime /.yarn/install-state.gz - +*.iml dist/ diff --git a/nextjs.iml b/nextjs.iml deleted file mode 100644 index 80cc7391..00000000 --- a/nextjs.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file