From c4285ef4a7ae89fa9668a2f57bfd573cfbf83b2c Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 15 Feb 2018 11:20:35 -0800 Subject: [PATCH] gitignore: Ignore a Transifex secrets file. This makes it easier to keep one's .transifexrc in the Zulip working tree, instead of (or shadowing one in) one's homedir. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 122b713c67..a86fcf25d1 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ zulip.kdev4 ## Miscellaneous # (Ideally this section is empty.) zthumbor/thumbor_local_settings.py +.transifexrc