File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 1
- ^Meta$
2
- ^doc$
1
+ ^.*-in_tree$
3
2
^.*\.Rproj$
4
- ^\.Rproj\.user$
5
3
^API$
6
- ^README\.Rmd$
4
+ ^CONTRIBUTING\.md$
5
+ ^LICENSE\.md$
6
+ ^Meta$
7
7
^README-.*\.png$
8
- ^appveyor\.yml$
9
- ^tic\.R$
10
- ^docs$
11
- ^_pkgdown\.yml$
12
- CONTRIBUTING.md
8
+ ^README\.Rmd$
9
+ ^\.Rproj\.user$
10
+ ^\.github$
13
11
^\.gitsum$
14
- ^gitsum $
15
- revdep
12
+ ^\.pre-commit-config\.yaml $
13
+ ^_pkgdown\.yml$
16
14
^cran-comments\.md$
15
+ ^doc$
16
+ ^docs$
17
+ ^gitsum$
18
+ ^inst/WORDLIST$
19
+ ^inst/hooks/.*$
20
+ ^revdep$
17
21
^tests/testmanual$
18
- ^\.pre-commit-config\.yaml$
19
- ^brew\-log$
20
- ^\.github/$
22
+ ^tic\.R$
21
23
^touchstone$
22
- ^\.github$
23
- ^LICENSE\.md$
24
- ^inst/hooks/.*$
25
- ^inst/WORDLIST$
26
- ^.*-in_tree$
27
24
^vignettes/gsoc_proposal$
Original file line number Diff line number Diff line change 83
83
hooks :
84
84
- id : check-added-large-files
85
85
args : ['--maxkb=200']
86
+ - id : file-contents-sorter
87
+ files : " \\ .Rbuildignore$"
86
88
- id : end-of-file-fixer
87
89
exclude : >
88
90
(?x)^(
92
94
tests/testthat/reference-objects/.*|
93
95
)$
94
96
- repo : https://github.com/lorenzwalthert/gitignore-tidy
95
- rev : 877130576f072139e2cec2f847c85e87696e358b
97
+ rev : b3eaceb0bf2df137cc80f85b3943b6684f204c48
96
98
hooks :
97
99
- id : tidy-gitignore
98
100
- repo : local
You can’t perform that action at this time.
0 commit comments