We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b731f commit 090ccbdCopy full SHA for 090ccbd
.gitignore
@@ -1,16 +1,16 @@
1
+.RData
2
+.Rhistory
3
+.Rproj.user
4
+.gitsum
5
Meta
6
+R/scratch
7
doc
-.Rproj.user
-.Rhistory
-.RData
-inst/doc
8
docs
-.gitsum
9
gitsum
10
-R/scratch
+inst/doc
11
revdep/
12
!revdep/*.md
13
!revdep/problems.md
14
touchstone/*
15
-!touchstone/script.R
16
!touchstone/config.json
+!touchstone/script.R
.pre-commit-config.yaml
@@ -92,7 +92,7 @@ repos:
92
tests/testthat/reference-objects/.*|
93
)$
94
- repo: https://github.com/lorenzwalthert/gitignore-tidy
95
- rev: b3eaceb0bf2df137cc80f85b3943b6684f204c48
+ rev: 877130576f072139e2cec2f847c85e87696e358b
96
hooks:
97
- id: tidy-gitignore
98
- repo: local
0 commit comments