From 6b63457ddeb0422bd18f40c6094462381907da5a Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 21 Mar 2023 00:39:02 +0000 Subject: [PATCH] update .gitignore to expand the files/dir's to ignore in data/ dir. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b90f27..487ed33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -/data/light-meter-1/ -/data/light-meter-2/ +# All the data for this project is stored in data/ and can clog-up the +# repositories commit history. All data apart from 'lm$-exhition-all.csv should +# not be commited to the repository. +/data/light-meter-*