From 1549e589101a47c35d946b1e618bfb37ede9b1c0 Mon Sep 17 00:00:00 2001 From: Measurity Date: Thu, 11 Jan 2024 20:27:07 +0100 Subject: [PATCH 1/2] Added ignore for .idea folder Generated by JetBrains products like Jetbrains Rider --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 074835e..78c1fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ yarn-error.log* .env*.local # local folder -local \ No newline at end of file +local + +# JetBrains Rider +.idea From 35a950871877d9562d8f2f3db815b1a1d3bd39b6 Mon Sep 17 00:00:00 2001 From: Measurity Date: Thu, 11 Jan 2024 20:28:00 +0100 Subject: [PATCH 2/2] Fixed link of "Tasks to complete" Now points to GitHub projects /2 instead of old /1 --- docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index e53addb..68eebbc 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -18,4 +18,4 @@ This is the main development docs for Subnautica Nitrox.
For an overview of the project status, see the [main github page](https://github.com/SubnauticaNitrox/Nitrox). -- [Tasks to Complete](https://github.com/orgs/SubnauticaNitrox/projects/1) +- [Tasks to Complete](https://trello.com/b/lNa9jUWc/subnautica-nitrox)