
Created a Makefile to be used to run R markdown scripts. See README for more info. Also created R and html subdirectories. The repo should contain the html subdirectory but not the files in it.
4 lines
71 B
Text
4 lines
71 B
Text
# Ignore everything in this directory
|
|
*
|
|
# Except this file
|
|
!.gitignore
|