diff --git a/readme.md b/readme.md index e224e003d1453ddb21726a7edd48913b13d12f96..d001bd5bcc683f1a433d3aae2078fa54a47202f2 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.