-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 740 Bytes
/
.gitignore
File metadata and controls
63 lines (51 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Auxillary Files
*__pycache__*
.DS_Store
*.Rhistory
.RData
.Rproj.user/
.env
# Data directories (from Langley)
uploads/*
results/*
# Output Files
data/tile-coords.csv
*bin
*.db
*.log
# Fasta
*\.fa
*\.fasta
*\.fastq
# Include the reference
!data/NC_045512.fa
!data/unit-tests/*
# Spreadsheets
*\.csv
!data/maps/locations.csv
!data/maps/sampling-locations.csv
!data/omicron_v_pango.csv
*\.tsv
!data/nCoV-2019.tsv
# Archives
*\.gz
*\.xz
*\.zip
# Saved dictionaries
*\.json
# Working folder
working/*
# Text files in the /data folder
data/*txt
# Images
*.png
# Report template files
reports/*.aux
reports/*.pdf
reports/*.log
reports/*.html
results/*.pdf
# ms - nothing but tex
doc/*
!doc/gromstole_methods.tex
!doc/methods_bib.bib