Skip to content

Commit

Permalink
Match .gitignore to the pathogen repo guide
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jul 15, 2024
1 parent 7520424 commit 88336e9
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Files created by the pipeline, which we want to keep out of git
# (or at least out of _this_ git repo).
*data/
*results/
*auspice/
*build/
*logs/
*benchmarks/
*.snakemake/
# Files created by workflows that we usually want to keep out of git
auspice/
builds/
data/
results/
logs/
benchmarks/

# Sensitive environment variables
environment*
env.d/

# Snakemake state dir
/.snakemake

# Local config overrides
/config_local.yaml
# Snakemake
.snakemake/

# For Python #
##############
Expand All @@ -41,3 +38,14 @@ environment*
Icon?
ehthumbs.db
Thumbs.db
*~

# IDE generated files #
######################
.vscode/

# nohup output
nohup.out

# cluster logs
slurm-*

0 comments on commit 88336e9

Please sign in to comment.