From 3bccb0dcf2bc7f81c85ac7df629774a6871fab8b Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 8 Oct 2015 20:23:05 -0700 Subject: [PATCH] Add custom Cows and Figlet directories to .gitignore Summary: These directories didn't get added to `.gitignore`, but should be. Test Plan: - Touched a dummy file in each directory. - Ran `git status`. - Didn't see the file show up. Reviewers: chad, cspeckmim Reviewed By: chad Differential Revision: https://secure.phabricator.com/D14249 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 279cb9427d..a90e868e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ # NPM local packages /support/aphlict/server/node_modules/ + +# Places for users to add custom resources. +/resources/cows/custom/* +/resources/figlet/custom/*