From 44023685effee2fef43966365106c648bc3ab076 Mon Sep 17 00:00:00 2001
From: GGomez99 <guyllian.gomez@gmail.com>
Date: Thu, 22 Jul 2021 17:13:46 +0200
Subject: [PATCH] Add images folder

---
 .gitignore        | 2 --
 images/.gitignore | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 images/.gitignore

diff --git a/.gitignore b/.gitignore
index 540cb62..8af868e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,5 +58,3 @@ sysinfo.txt
 # Crashlytics generated file
 crashlytics-build.properties
 
-images/*
-
diff --git a/images/.gitignore b/images/.gitignore
new file mode 100644
index 0000000..1289290
--- /dev/null
+++ b/images/.gitignore
@@ -0,0 +1,4 @@
+#Ignore everything in this
+*
+#except this folder
+!.gitignore
\ No newline at end of file
-- 
GitLab