From 6c577ea6c5be8a032a1fad79de49afa1dff9c40a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 4 Mar 2021 11:47:20 -0800 Subject: [PATCH] gitignore: Ignore zulip-thumbor-venv. Signed-off-by: Anders Kaseorg --- .eslintignore | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index 59541c8a5d..93d37c8953 100644 --- a/.eslintignore +++ b/.eslintignore @@ -10,4 +10,6 @@ !/var/puppeteer /var/puppeteer/* !/var/puppeteer/test_credentials.d.ts +/zulip-current-venv /zulip-py3-venv +/zulip-thumbor-venv diff --git a/.gitignore b/.gitignore index 540c356a04..90494eeaa1 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ zulip-git-version /zproject/prod_settings.py /zulip-current-venv /zulip-py3-venv +/zulip-thumbor-venv ## Files left by various editors and local environments # (Ideally these should be in everyone's respective personal gitignore files.)