Skip to content

Commit 9edcd53

Browse files
committed
Add the .git directory to the template .Rbuildignore.
This solves this note: N checking for hidden files and directories ... Found the following hidden files and directories: .git These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
1 parent af7ffa1 commit 9edcd53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/extdata/temp_Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -------------------------------------------------------------------------------------------------#
22
# .Rbuildignore automatically generated by RLumBuild
33
# author: Sebastian Kreutzer
4-
# template version: 2024-09-24
4+
# template version: 2024-11-15
55
# -------------------------------------------------------------------------------------------------#
66

77
# -- Exclude R stuff --
@@ -36,6 +36,7 @@
3636
^README\.Rmd$
3737
^README\.html$
3838
^\.github$
39+
^\.git$
3940

4041
# -- Exclude vignettes cache and files --
4142
^vignettes/.*cache$

0 commit comments

Comments
 (0)