Skip to content

Commit a3634ef

Browse files
Remove pkgdown site and demo data from tracking
- Untrack R/docs/ (335 files, 69MB) — generated by CI, belongs on gh-pages only - Untrack data/pbmc3k_raw.h5ad (5.8MB) — binary data should not be in git - Add R/docs/ and data/ to .gitignore
1 parent f8e2cef commit a3634ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ R/*.png
1919
R/*.jpg
2020
R/examples/
2121
R/.Rcheck-ignore
22+
R/docs/
2223

2324
# Python
2425
__pycache__/
@@ -49,6 +50,9 @@ env/
4950
.pytest_cache/
5051
.ruff_cache/
5152

53+
# Data
54+
data/
55+
5256
# Project-specific
5357
logs/
5458
cache/

0 commit comments

Comments
 (0)