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:
parent
5a874ba0a8
commit
3bccb0dcf2
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue