Skip to content

Commit 230226a

Browse files
committed
gitignore update
1 parent b7668fa commit 230226a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ local_dev/paper_preview
3838
# php files
3939
/server/classes/headstart/vendor
4040
/server/classes/headstart/var/*
41+
**.phpunit.cache
4142

4243
# R files
4344
server/preprocessing/other-scripts/.Rhistory
@@ -46,6 +47,9 @@ server/preprocessing/other-scripts/renv
4647
.Rprofile
4748
.Rproj*
4849
/*.Rproj
50+
*/**/*.Rproj
51+
*/**/*.RData
52+
server/workers/*/renv
4953
.Rproj.user
5054

5155
# python files
@@ -66,6 +70,9 @@ server/preprocessing/other-scripts/renv
6670
# temporal
6771
local_dev/config_local_headstart.ini
6872
local_dev/config_local_searchflow.ini
73+
local_dev/tools/**/*.csv
74+
local_dev/tools/**/*.json
75+
local_dev/tools/**/*.log
6976

7077
# mac os
7178
.DS_Store

0 commit comments

Comments
 (0)