浏览代码

ignore figures directory, note download script

George C. Privon 6 年之前
父节点
当前提交
dd13560883
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -5,4 +5,8 @@
 
 # ignore raw CSV files.
 # for data see: https://eightthirtyfour.com/data
+# or download using `code/download_data.R`
 data/*.csv
+
+# don't track figures
+figures/*