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