Make Jekyll ignore .Rproj
authorRaniere Silva <raniere@rgaiacs.com>
Wed, 23 May 2018 17:19:46 +0000 (18:19 +0100)
committerRaniere Silva <raniere@rgaiacs.com>
Wed, 23 May 2018 17:19:46 +0000 (18:19 +0100)
Port of https://github.com/swcarpentry/r-novice-inflammation/commit/9da857efb16d7351127f2d5c46fc0af660654506.

Close swcarpentry/styles#274

.gitignore
bin/boilerplate/_config.yml

index cf3b859e9a74035ba5f583a71418db2bff78b389..8b84b8e6a397550df92dbf785ddb519bb5beef6e 100644 (file)
@@ -5,3 +5,4 @@
 .sass-cache
 __pycache__
 _site
 .sass-cache
 __pycache__
 _site
+.Rproj.user
index 566baf18eb92fafc7dba6f6d2360b996401dbf93..25d480879947e13994bdd41ee15061cbe1654f83 100644 (file)
@@ -71,7 +71,8 @@ defaults:
 # Files and directories that are not to be copied.
 exclude:
   - Makefile
 # Files and directories that are not to be copied.
 exclude:
   - Makefile
-  - bin
+  - bin/
+  - .Rproj.user/
 
 # Turn on built-in syntax highlighting.
 
 # Turn on built-in syntax highlighting.
-highlighter: rouge
\ No newline at end of file
+highlighter: rouge