forked from EHDEN/Trajectories
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 726 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 726 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
# Do not add .Rproj.user and .Rhistory to git as it may contain sensitive information #
###################
.Rproj.user
.Rhistory
# Do not add .Renviron to git as it may contain ddatabase credentials #
###################
.Renviron
# Do not add errorReport.txt to git repository #
###################
errorReport.txt
errorReportSql.txt
# Do not add DatabaseConnector profiling files into git repository #
###################
statement_*.sql
# Do not add log files to git repository #
###################
*.log
# Do not add OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.RData
docs
/doc/
/Meta/
**/sqlite
tests/testthat/_snaps/
tests/testthat/TEST/