From f9817b20444ed7e95e4d6cc73a8742c2c03d30b9 Mon Sep 17 00:00:00 2001 From: Josh Loecker Date: Wed, 1 May 2024 15:33:01 -0500 Subject: [PATCH] Rearrange gitignore items (#83) --- .gitignore | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 8e8c7ca..19da371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,16 @@ +# Project specific items +benchmarks +COMO_input +docs/_site/ +genome +logs +results +controls + +# General files +**/__pycache__/ **/.DS_Store **/.snakemake/ -**/*cache* - +**/*cache/ .vscode -.idea - -/controls -/benchmarks -/COMO_input -/controls -/docs/_site/ -/genome -/logs -/results -/venv -/controls \ No newline at end of file +.idea \ No newline at end of file