From bbbb4196b4f689811379d87b87d0ba51131eb5cf Mon Sep 17 00:00:00 2001 From: Skeltoras Date: Thu, 4 Feb 2021 18:14:24 +0000 Subject: [PATCH] Update .gitignore Deleted fellies-modpack.code-workspace --- .gitignore | 3 ++- fellies-modpack.code-workspace | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 fellies-modpack.code-workspace diff --git a/.gitignore b/.gitignore index 7c52ea3..9896336 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ servers.dat_old usercache.json usernamecache.json written_recipes.dmp +fellies-modpack.code-workspace ## FOLDERS /.mixin.out @@ -31,4 +32,4 @@ written_recipes.dmp /screenshots /scripts /shaderpacks -/structurize \ No newline at end of file +/structurize diff --git a/fellies-modpack.code-workspace b/fellies-modpack.code-workspace deleted file mode 100644 index 022c3e5..0000000 --- a/fellies-modpack.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -}