From b830e08f26b802d003d9d283dc88460b178bdd81 Mon Sep 17 00:00:00 2001
From: Hubry <26120076+Hubry@users.noreply.github.com>
Date: Thu, 23 Dec 2021 21:35:53 +0100
Subject: [PATCH] Add IntelliJ search scopes for Forge and Fabric sources
---
.gitignore | 3 ++-
.idea/scopes/Fabric_sources.xml | 3 +++
.idea/scopes/Forge_sources.xml | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 .idea/scopes/Fabric_sources.xml
create mode 100644 .idea/scopes/Forge_sources.xml
diff --git a/.gitignore b/.gitignore
index 2c770e0..778a722 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,8 @@ out
*.ipr
*.iws
*.iml
-.idea
+.idea/*
+!.idea/scopes
# gradle
build
diff --git a/.idea/scopes/Fabric_sources.xml b/.idea/scopes/Fabric_sources.xml
new file mode 100644
index 0000000..0448412
--- /dev/null
+++ b/.idea/scopes/Fabric_sources.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/.idea/scopes/Forge_sources.xml b/.idea/scopes/Forge_sources.xml
new file mode 100644
index 0000000..7b5f24d
--- /dev/null
+++ b/.idea/scopes/Forge_sources.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file