소스 검색

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