From 32252c4d8bb6e78f1674a40e6a86f4f47800d8de Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Fri, 14 Apr 2023 14:46:16 +0200 Subject: [PATCH] cleaner .gitignore --- .gitignore | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index ee6ed52..390682d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,10 @@ -* -!scripts -!scripts/* -!scripts/common -!scripts/common/* -scripts/.snakemake* -!Snakefile -!config.yaml -!samples.tsv -!resources -!resources/* -!envs -!envs/* -!environment.yaml -!LICENSE -!README.md -!rules -!rules/* -!.gitignore -!.editorconfig -!.gitattributes -!.test -!.test/data +.test/benchmarks/** +.test/logs/** +.test/results/** +.test/resources/** +.test/.snakemake/** +benchmarks/** +logs/** +resources/** +results/** +.snakemake/** \ No newline at end of file