File tree Expand file tree Collapse file tree 1 file changed +43
-7
lines changed Expand file tree Collapse file tree 1 file changed +43
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Session Data files
6
6
.RData
7
- .RDataTmp
8
7
9
8
# User-specific files
10
9
.Ruserdata
@@ -39,11 +38,48 @@ vignettes/*.pdf
39
38
# R Environment Variables
40
39
.Renviron
41
40
42
- # pkgdown site
43
- docs /
41
+ # Mac stuff
42
+ .DS_Store
44
43
45
- # translation temp files
46
- po / * ~
44
+ # Project file
45
+ * .Rproj
47
46
48
- # RStudio Connect folder
49
- rsconnect /
47
+ # Microsoft Office partial files
48
+ ~$ * .pptx
49
+ ~$ * .xlsx
50
+ ~$ * .docx
51
+
52
+ # Image file types
53
+ * .png
54
+ * .jpeg
55
+ * .jpg
56
+
57
+ # Spatial data file types
58
+ # # Shapefile components
59
+ * .shp
60
+ * .shx
61
+ * .sbn
62
+ * .sbx
63
+ * .shp.xml
64
+ * .shx.xml
65
+ * .prj
66
+ * .dbf
67
+ * .cpg
68
+ # # Non-shapefile spatial data
69
+ * .nc
70
+ * .tif
71
+ * .geojson
72
+
73
+ # Other file types
74
+ * .pdf
75
+ * .zip
76
+
77
+ # Data file types
78
+ # # Delete the hashtag (on the left in the following lines) if you _would_ like to ignore this file type
79
+ # *.csv
80
+ # *.xlsx
81
+ # *.xls
82
+ # *.txt
83
+
84
+ # Folders to ignore
85
+ # # Add any folders you’d like to ignore below (with or without the trailing slash)
You can’t perform that action at this time.
0 commit comments