From cc5de1bae24d18889227edd4f4d22b1f9a01b8f7 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Mon, 23 May 2022 22:04:59 -0400
Subject: [PATCH] Update readme

---
 readme.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/readme.md b/readme.md
index e224e00..d001bd5 100644
--- a/readme.md
+++ b/readme.md
@@ -2,17 +2,17 @@
 
 
 ## Description
-A collection of personal gitignore files for various languages.
+A collection of personal gitignore files for various languages. Allows standardized ignores for my own personal
+workflows.
 
 Created because it gets difficult to keep track of which is "the newest version" when I have so many different projects.
 
 
 ## References
-For general documentation about gitignore files, see <https://git-scm.com/docs/gitignore>.
+* For general documentation about gitignore files, see <https://git-scm.com/docs/gitignore>.
+* For examples of potentially useful gitignore values in various languages, see <https://www.gitignore.io>.
+* There is also a much larger, community-accepted gitignore collection at <https://github.com/github/gitignore>.
 
 
-## Notes
-For reference, there is a much larger, community-accepted gitignore collection at <https://github.com/github/gitignore>.
-
-I still have this personal one anyways, because I find it more useful to know exactly what I'm ignoring from projects,
-and be able to personally document values in a way such that I'll understand it on later reference.
+I still have these personal ignores anyways, because I find it more useful to know exactly what I'm ignoring from
+projects, and be able to personally document values in a way such that I'll understand it on later reference.
-- 
GitLab