We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7668fa commit 230226aCopy full SHA for 230226a
1 file changed
.gitignore
@@ -38,6 +38,7 @@ local_dev/paper_preview
38
# php files
39
/server/classes/headstart/vendor
40
/server/classes/headstart/var/*
41
+**.phpunit.cache
42
43
# R files
44
server/preprocessing/other-scripts/.Rhistory
@@ -46,6 +47,9 @@ server/preprocessing/other-scripts/renv
46
47
.Rprofile
48
.Rproj*
49
/*.Rproj
50
+*/**/*.Rproj
51
+*/**/*.RData
52
+server/workers/*/renv
53
.Rproj.user
54
55
# python files
@@ -66,6 +70,9 @@ server/preprocessing/other-scripts/renv
66
70
# temporal
67
71
local_dev/config_local_headstart.ini
68
72
local_dev/config_local_searchflow.ini
73
+local_dev/tools/**/*.csv
74
+local_dev/tools/**/*.json
75
+local_dev/tools/**/*.log
69
76
77
# mac os
78
.DS_Store
0 commit comments