Skip to content

Commit 5f963a9

Browse files
committed
Ignore CODE_OF_CONDUCT.md and CONTRIBUTING.md.
1 parent 7c17aa4 commit 5f963a9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.Rbuildignore

Lines changed: 5 additions & 2 deletions
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-12
4+
# template version: 2024-11-25
55
# -------------------------------------------------------------------------------------------------#
66

77
# -- Exclude R stuff --
@@ -32,10 +32,13 @@
3232
^codecov\.yml$
3333

3434
# -- Exclude GitHub stuff --
35+
^CODE_OF_CONDUCT.md$
36+
^CONTRIBUTING.md$
3537
^LICENSE$
3638
^README\.Rmd$
3739
^README\.html$
3840
^\.github$
41+
^\.git$
3942

4043
# -- Exclude vignettes cache and files --
4144
^vignettes/.*cache$
@@ -53,4 +56,4 @@
5356

5457

5558
# -- Package 'RLumBuild' stuff --
56-
^RLumBuild\..*$
59+
^RLumBuild\..*$

inst/extdata/temp_Rbuildignore

Lines changed: 3 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-11-15
4+
# template version: 2024-11-25
55
# -------------------------------------------------------------------------------------------------#
66

77
# -- Exclude R stuff --
@@ -32,6 +32,8 @@
3232
^codecov\.yml$
3333

3434
# -- Exclude GitHub stuff --
35+
^CODE_OF_CONDUCT.md$
36+
^CONTRIBUTING.md$
3537
^LICENSE$
3638
^README\.Rmd$
3739
^README\.html$

0 commit comments

Comments
 (0)