-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (25 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
# R and RStudio files.
.Rhistory
.RData
.Rproj.user/
# The devtools zip is downloaded when the package is updating itself. If it's not deleted, there's no reason to commit it to the repository.
devtools.zip
# Protected Information; see cubuspl42's answer in http://stackoverflow.com/questions/2415873/exceptions-in-gitignore
UnsharedMaterial/*
DataUnshared/*
#Ignore log files (created by Venn Diagrams)
*.log
# Dataset Exceptions
!UtilityScripts/PackageDependencyList.csv
# Keep the README files in the unshared directories. They provide documentation, and also force the directories to be created on other machines.
!DataUnshared/README.md
!DataUnshared/Contents.md
!DataUnshared/Raw/README.md
!DataUnshared/Derived/README.md
# Example code in package build process with a wildcard.
*-Ex.R
# Exclude caches in case they contain PHI
cache/
*/cache/
*/*/cache/
.Rproj.user