From bff7e6135b4cd2321aebf47d96114bbd1f06a80b Mon Sep 17 00:00:00 2001 From: srw Date: Wed, 8 Aug 2018 12:13:33 -0700 Subject: [PATCH] remove .idea directory update git ignore --- .gitignore | 3 +-- .idea/ForgeCraft.iml | 9 -------- .idea/misc.xml | 52 -------------------------------------------- .idea/modules.xml | 8 ------- .idea/vcs.xml | 6 ----- 5 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 .idea/ForgeCraft.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 947f3767..dad11d69 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8 +38,7 @@ out *.ipr *.iws *.iml -.idea -.idea/workspace.xml +.idea/* # gradle build diff --git a/.idea/ForgeCraft.iml b/.idea/ForgeCraft.iml deleted file mode 100644 index d6ebd480..00000000 --- a/.idea/ForgeCraft.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c61d51d1..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7785d959..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file -- 2.49.1