forked from USEPA/RAQSAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (40 loc) · 882 Bytes
/
.gitignore
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
#Took samples from "A collection of useful .gitignore templates"
#https://github.com/github/gitignore/blob/master/R.gitignore
# R environment
.Rcheck$ # Output files from R CMD check
.Rproj.user
.Renviron
.Rproj.user
.Rhistory
.Rapp.history
.RData
.Ruserdata
doc
Meta
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by knitr and R markdown
*.utf8.md
*.knit.md
$.Rd2pdf*
#compiled Document files
*.out
*.aux
*.html
*.pdf
*.log
*.docx
vignettes/*.html
vignettes/*.pdf
vignettes/*.md
vignettes/*.docx
#other files
#not needed
./dev/countlinesofcode.R
#this file is not needed on github use the remotes package instead
./dev/install_RAQSAPI.R
# this project is not taking contributions at this time, any issues with this
#package, or feature request should be submitted to the issue tracker.
./dev/contributing.md
./dev/contributing.Rmd