From 7b4e7fe81c93f71d541fc3b0158df9920b8bc79e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 23 Nov 2020 11:08:05 +0000 Subject: [PATCH] Added .pre-commit-config.yaml to tarignore --- .tarignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.tarignore b/.tarignore index ad462e28..66a3d39a 100644 --- a/.tarignore +++ b/.tarignore @@ -1,10 +1,12 @@ -Distribution archive rules node_modules .gitlab-ci.yml -.gitlab/ +.gitlab ./dist !openflexure_microscope/api/static/dist +# VCS files +.pre-commit-config.yaml + # Pyenv files .python-version .venv*