Skip to content

Commit

Permalink
Merge pull request #15 from nextstrain/update-gitignore
Browse files Browse the repository at this point in the history
Update top-level .gitignore
  • Loading branch information
kimandrews authored Feb 10, 2024
2 parents 55f5eaf + a458525 commit 17dbd67
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Files created by the pipeline, which we want to keep out of git
# (or at least out of _this_ git repo).
# Files created by workflows that we usually want to keep out of git
auspice/
builds/
data/
results/
auspice/
build/
logs/
benchmarks/

# Sensitive environment variables
environment*
env.d/

# Snakemake state dir
/.snakemake

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

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

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

# nohup output
nohup.out

# cluster logs
slurm-*

0 comments on commit 17dbd67

Please sign in to comment.