Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-hannah committed May 7, 2021
1 parent 6908a68 commit 8c8695d
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,35 @@
# 'data' folder #
data/

# 'figures' folder #
publication/markdown/figures

# 'output' folders #
publication/output/
*/output/

# Common text files that may contain data #
*.[cC][sS][vV]
*.[tT][xX][tT]

# Excel files #
*.[xX][lL][sS]*

# R data files #
*.[rR][dD][aA][tT][aA]
*.[rR][dD][sS]

# Word documents #
*.[dD][oO][cC][xX]

# html files #
*.html
*.[hH][tT][mM][lL]

# Images
*.png
*.jpg
*.jpeg

# Markdown output #
publication/markdown/report.docx
publication/markdown/summary.docx
# Allow templates and logo
!reference-files/excel-template.xlsx
!reference-files/expected-diagnoses.csv
!publication/markdown/templates/report-cover-page.docx
!publication/markdown/templates/report-template.docx
!publication/markdown/templates/summary-template.docx
!management-report/markdown/phs-logo.png

0 comments on commit 8c8695d

Please sign in to comment.