Skip to content

Commit

Permalink
cleaner .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Apr 14, 2023
1 parent 5f88554 commit 32252c4
Showing 1 changed file with 10 additions and 23 deletions.
33 changes: 10 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/**

0 comments on commit 32252c4

Please sign in to comment.