From efd1aa3ea03343d790a5951a162ceacb68fb7a35 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 27 Jul 2015 21:32:46 -0500 Subject: [PATCH] Add a heard through comment to the latest til. --- git/excluding-files-locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/excluding-files-locally.md b/git/excluding-files-locally.md index 53c861c..043bdb6 100644 --- a/git/excluding-files-locally.md +++ b/git/excluding-files-locally.md @@ -10,3 +10,5 @@ environment, there is another option. These files can be added to the Add specific files or patterns as needed to that file and then save it. Relevant files will no longer show up as untracked files when you `git status`. + +h/t [Dillon Hafer](https://twitter.com/DillonHafer)