-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (41 loc) · 741 Bytes
/
.gitignore
File metadata and controls
53 lines (41 loc) · 741 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
# History files
.Rhistory
.Rapp.history
.httr-oauth
# Example code in package build process
*-Ex.R
# RStudio files
.Rproj.user/
lecture/
# cache
lecture_notes/*cache*/*
labs/*cache*/*
*token*.rds
# data
lecture_notes/data/geo/*.soft
lecture_notes/data/geo/*.txt.gz
lecture_notes/data/geo/*.gz
lecture_notes/data/geo/*.tar
lecture_notes/data/geo/*.txt
lecture_notes/data/geo/GSE*
# data
data/geo/*.soft
data/geo/*.txt.gz
data/geo/*.gz
data/geo/*.tar
data/geo/*.txt
data/geo/GSE*
# data
lecture_notes/ufo_dataset.rds
lecture_notes/ufo*.rda
lecture_notes/ufo*.RData
lecture_notes/ufo*.csv
lecture_notes/*.pptx
lecture_notes/*.tex
.git.bfg-report/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
.Rproj.user
*.sqlite
*.sqlite3