From 7cf6016a4cfb9edc6140ec66aace442bf134651b Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 31 Jul 2023 10:56:09 -0400 Subject: [PATCH] Update gitignore --- .commit_template | 17 ++++++++++++++--- .gitignore | 1 + 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.commit_template b/.commit_template index 55675da..6568311 100644 --- a/.commit_template +++ b/.commit_template @@ -1,5 +1,16 @@ -# Title. No more than 50 characters ----> | -# Leave a single blank line between the title and the body (excluding comments) -# Body. Write a description of what you've changed. +# ----------------------------------------------------------------- +# Write your entire commit message above this line. +# +# The first line should be a quick description of what you changed. +# Then leave a blank line. +# Then, taking as many lines as you want, answer the questions below +# (you only need to answer these once). +# +# In the Unit 2 project, you will define some research questions and +# select your own data set. What are some possible questions you +# would be interested in exploring? Can you think of any data sets that +# might be interesting to explore? These could be public data sets, +# or they could be private data sets related to your work or your own +# life (you don't need to share your data set in the unit project). diff --git a/.gitignore b/.gitignore index c04bc49..c060269 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ poetry.lock +.ipynb_checkpoints/*