From b8cdd3d42dd9715b14d078b2fc94dd3a59c5489d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Wed, 12 Jan 2022 20:11:23 +0100 Subject: [PATCH] Able results to be a soft link to a dropbox folder --- .gitignore | 2 ++ results/.gitignore | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 results/.gitignore diff --git a/.gitignore b/.gitignore index 2b93867..36e27a0 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,5 @@ dmypy.json Rplots.pdf .vscode +# ignore results folder as it is going to be a soft link to a dropbox folder +results diff --git a/results/.gitignore b/results/.gitignore deleted file mode 100644 index c96a04f..0000000 --- a/results/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file