Skip to content

Commit 0e1401c

Browse files
committed
include plots in .gitignore
1 parent 661c041 commit 0e1401c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
multiqc_data*
2-
multiqc_report*
3-
41
# Byte-compiled / optimized / DLL files
52
__pycache__/
63
*.py[cod]
@@ -131,18 +128,21 @@ dmypy.json
131128
# Pyre type checker
132129
.pyre/
133130

134-
135131
# multiqc tests
136132
multiqc_report.html
137-
multiqc_data
133+
multiqc_data*
134+
multiqc_plots*
135+
multiqc_report*
138136

139137
# test data
140138
test
141139
data
142140

143141
# MacOS cruft
144142
.DS_Store
145-
workspace.code*# pixi environments
143+
workspace.code*
144+
145+
# pixi environments
146146
.pixi/*
147147
!.pixi/config.toml
148148
pixi.lock

0 commit comments

Comments
 (0)