forked from msimmond/ca-soil-health-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rsconnectignore
More file actions
52 lines (43 loc) · 971 Bytes
/
.rsconnectignore
File metadata and controls
52 lines (43 loc) · 971 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
42
43
44
45
46
47
48
49
50
51
52
# Ignore files that shouldn't be deployed to ShinyApps.io
README.Rmd
README.md
*.Rmd
*.md
!quarto/*.qmd
!quarto/*.md
# Ignore the casoils source directory (install from public GitHub repo)
casoils/
dirt-data-reports/
organic-think-tank-reports/
outputs/
test-output/
reports-rendered/
# Ignore man directory and figures that cause deployment issues
man/
man/figures/
# Ignore any README files that might be in subdirectories
**/README.Rmd
**/README.md
# Ignore git submodules and large files
.git/
.gitmodules
# Ignore old generated reports
quarto/old reports/
quarto/*.html
quarto/*.docx
# Ignore renv library (packages are installed on server)
renv/
renv/library/
# Ignore large files in quarto directory but keep templates
quarto/*.html
quarto/*.docx
quarto/old reports/
quarto/*_files/
quarto/*_cache/
# Ignore any large data files
*.csv
!data/*.csv
!config/*.csv
# Ensure images directory is included (needed for icons and other assets)
!images/
!images/**