]> nmode's Git Repositories - Rnaught/blobdiff - .gitattributes
Add HTML and CSS extensions to .gitattributes
[Rnaught] / .gitattributes
index 6ea2da6d1449b3b4fd800506b743a06dc64f891c..2ee17860542a5d495d1206c3f9b821921cbf23ce 100644 (file)
@@ -1,9 +1,24 @@
-*.R     text
-*.Rd    text
+*                 text=auto
 
-DESCRIPTION    text
-LICENSE        text
-NAMESPACE      text
+*.R               text
+*.Rd              text
+*.Rmd             text
+
+*.csv             text
+*.rda             binary
+
+*.css             text
+*.html            text
+
+*.png             binary
+
+DESCRIPTION       text
+LICENSE           text
+NAMESPACE         text
+
+CITATION          text
+CITATION.cff      text
 
 .gitattributes    text
 .gitignore        text
+.Rbuildignore     text