-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·143 lines (126 loc) · 2.04 KB
/
Copy path.gitignore
File metadata and controls
executable file
·143 lines (126 loc) · 2.04 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# R-specific files
.Rhistory
.RData
.Rproj.user/
*.Rproj
.Renviron
.Rprofile
*.Rds
*.rds
# replication material: the figure scripts read these
!inst/simulations/*.rds
# R package build and check artifacts
*.Rcheck/
src/*.o
src/*.so
src/*.dll
*.tar.gz
*.zip
# pkgdown-related files
_pkgdown/
pkgdown/_site/
# macOS-specific files
.DS_Store
._*
# User-specific configuration files
.bash_profile
.bashrc
.zshrc
.profile
# GitHub Actions and CI/CD
*.log
*.Rout
.Rout.fail
# Temporary and editor files
*.swp
*~
*.bak
*.tmp
*.temp
# Data and external files
data/*
!data/*.R
!data/*.rda
inst/extdata/*
!inst/extdata/*.R
!inst/extdata/*.rda
# Vignette outputs
vignettes/*.html
vignettes/*.pdf
vignettes/*.aux
vignettes/*.log
vignettes/*.toc
vignettes/*.out
vignettes/*.tex
vignettes/*.bbl
vignettes/*.blg
vignettes/*.fls
vignettes/*.fdb_latexmk
vignettes/*.synctex.gz
vignettes/*.lof
vignettes/*.lot
vignettes/*.nav
vignettes/*.snm
vignettes/*.vrb
vignettes/*.bcf
vignettes/*.run.xml
vignettes/*.idx
vignettes/*.ilg
vignettes/*.ind
vignettes/*_files/
vignettes/*_cache/
vignettes/cache/
vignettes/figure-latex/
figure/
# Test-related files
tests/testthat/_cache/
tests/testthat/_snaps/
# Keep critical package files
!NAMESPACE
!DESCRIPTION
!README.md
!LICENSE
!NEWS.md
!.github/
!pkgdown.yml
!.Rbuildignore
/doc/
/Meta/
inst/doc
revdep/
visstatisticsArchive/
README_files/
README.knit.md
README.utf8.md
#Development files
tools/*
!tools/helperfunctions/
tools/helperfunctions/*
!tools/helperfunctions/clean_pkgdown_private_pages.R
!tools/helperfunctions/render_pkgdown.R
!tools/helperfunctions/renderRjournal.R
!tools/RJournal/
tools/RJournal/*
!tools/RJournal/build_paper_split.R
!tools/RJournal/visStatistics-RJournal.Rmd
!tools/RJournal/Supplement.Rmd
notes/
#rpubs
vignettes/rsconnect
.positai
Rplots.pdf
# Agent files
AGENTS.md
CLAUDE.md
agents.md
claude.md
docs/AGENTS.*
docs/CLAUDE.*
# Ensure the website folder is NOT ignored
!docs/
!.github/workflows/
# Disk images / installers (never belong in the repo)
*.dmg
.claude/worktrees/
.claude/worktrees/
.claude/worktrees/