From 76fc6c87ae7aa74c8abb8a4875af2b0258eb37c4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 26 Aug 2022 22:20:01 +0200 Subject: [PATCH] Add docs/ and sandbox_venv*/ in .gitignore (#258) docs/ is the default path where docs are storer when running app locally sandbox_venv*/ are created when installing python --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3f5275ca..78078ad1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /static/*.bundle.js.*.txt /grist-sessions.db /landing.db +/docs/ +/sandbox_venv* # Build helper files. /.build*