From afd2b9b01ae7bea7eaba806ae50522c21611e360 Mon Sep 17 00:00:00 2001
From: sid <35936587+siddharth-shringarpure@users.noreply.github.com>
Date: Fri, 25 Oct 2024 12:40:42 +0100
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Changed=20colour=20for=20testing=20pur?=
=?UTF-8?q?poses.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 5 ++
.idea/Event-Chain.iml | 12 ++++
.idea/codeStyles/Project.xml | 65 ++++++++++++++++++++
.idea/codeStyles/codeStyleConfig.xml | 5 ++
.idea/inspectionProfiles/Project_Default.xml | 6 ++
.idea/modules.xml | 8 +++
.idea/prettier.xml | 6 ++
.idea/vcs.xml | 6 ++
app/Home.tsx | 2 +-
9 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/Event-Chain.iml
create mode 100644 .idea/codeStyles/Project.xml
create mode 100644 .idea/codeStyles/codeStyleConfig.xml
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/prettier.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/Event-Chain.iml b/.idea/Event-Chain.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/Event-Chain.iml
@@ -0,0 +1,12 @@
+
+