Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 40eba3b

Browse files
committed
restore lesson-specific ignores
1 parent 75490ea commit 40eba3b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.gitignore

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,20 @@ _site
1414
vendor/
1515
.docker-vendor/
1616
Gemfile.lock
17-
.*history
17+
.*history# Artifacts from running the lesson sample code in-place
18+
code/.snakemake/
19+
code/results/
20+
code/Pipfile.lock
21+
commands-local.mk
22+
code/*.dat
23+
code/*.png
24+
code/results.txt
25+
code/Snakefile
26+
code/dats/
27+
code/plots/
28+
code/zipf_analysis.tar.gz
29+
code/config.yaml
30+
**/slurm*.out
31+
Pipfile
32+
Pipfile.lock
33+

0 commit comments

Comments
 (0)