1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 05:20:56 +01:00

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
This commit is contained in:
epriestley 2015-10-08 20:23:05 -07:00
parent 5a874ba0a8
commit 3bccb0dcf2

4
.gitignore vendored
View file

@ -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/*