ソースを参照

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/*