forked from rstudio/keras3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rbuildignore
52 lines (52 loc) · 810 Bytes
/
.Rbuildignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
^.*\.Rproj$
^\.Rproj\.user$
^man-roxygen$
^man-src$
^resources/
^.*\.hdf5$
^README\.R?md$
^docs$
^website$
^pkgdown$
^dev$
^runs$
^issues$
^external$
^vignettes-src$
^tools$
^vignettes/examples$
^vignettes/new-guides$
^vignettes/learn\.Rmd$
^vignettes/tools\.Rmd$
^vignettes/images/resources-.*$
^vignettes/images/tools-.*$
^_pkgdown\.yml$
^index\.Rmd$
^index\.html$
^tests/testthat/runs$
^tests/testthat/tb_logs$
^tests/testthat/tflogs$
^tests/testthat/MNIST-data$
^tests/testthat/model\.h5
^tests/testthat/.*checkpoint\.h5
^tests/testthat/.*\.csv
^tests/testthat/weights$
^.*\.pyc$
^.*__pycache__$
^.travis\.yml$
^Jenkinsfile$
^logo.png$
^\.github.*$
^appveyor\.yml$
^CRAN-RELEASE$
^doc$
^Meta$
^cran-comments\.md$
^\.github$
^\.vscode$
^scratch$
^CRAN-SUBMISSION$
^revdep$
^debug.py$
^\.tether$
^-logo.png$