forked from rstudio/leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Rbuildignore
33 lines (33 loc) · 868 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
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^inst/csv
^inst/examples
^inst/htmlwidgets/sources
\.bower\.json$
\.bowerrc$
^docs/
^\.eslintrc\.json$
^Gruntfile\.js$
^javascript$
^package\.json$
^node_modules$
^data-raw$
^npm-shrinkwrap\.json$
^\.Rprofile\.local$
^inst/htmlwidgets/lib/.*/.*\.map$
^inst/htmlwidgets/plugins/.*/.*\.map$
^inst/htmlwidgets/lib/jquery/jquery.js$
^inst/htmlwidgets/lib/leaflet/leaflet-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.freezable-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.layersupport-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster-src.js$
^inst/htmlwidgets/lib/leaflet-measure/leaflet-measure.js$
^inst/htmlwidgets/plugins/Proj4Leaflet/proj4.js$
^revdep/
^\.lintr$
^\.github/
^man-roxygen/
^viztest-.*
^scripts
^cran-comments\.md$