From 9d7f3f3b3079dded8990f6155f53b59578dfd9f4 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Mon, 8 Jan 2018 18:36:34 -0300 Subject: [PATCH] Add necessary deployment .gitignore rules --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff60ee9e3..91e5403cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ /node_modules /dist /build/daemon.ver +/build/venv +*.pyc /static/daemon/lbrynet* -/static/locales \ No newline at end of file +/static/locales + +