-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgitignore.user
More file actions
48 lines (40 loc) · 690 Bytes
/
gitignore.user
File metadata and controls
48 lines (40 loc) · 690 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
# Gitignore file for users of training modules repository
# portions derived from https://github.com/github/gitignore
# R environment and files
.RData
.RDataTmp
.Rhistory
.Renviron
.Ruserdata
.Rproj.user/
# knitr and R markdown default cache directories and temporary files
*_cache/
/cache/
*.utf8.md
*.knit.md
# Security files
id_rsa.pub
id_rsa
id_ed*
id_ed*.pub
*.pem
*.key
secring.*
# Mac system files
.DS_Store
.AppleDouble
.LSOverride
# Windows system files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.lnk
*.stackdump
[Dd]esktop.ini
# Snakemake files
.snakemake
# mdspell files
.spelling
# File with errors if you are running locally
spell_check_errors.tsv