From 5cac80886c5727787d657c5c34cac9634fb146c1 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Mon, 14 Oct 2019 09:58:52 -0500 Subject: [PATCH] update to config.py before trying skip-worktree --- .gitignore | 3 ++- config.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2f57fc0..eada356 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Project-specific -config.py ## Allow us to place config.py with api keys in the local copy without them going to remote copy +#config.py ## Allow us to place config.py with api keys in the local copy without them going to remote copy +##Resolved with git update-index skip-worktree config.py # Mac file finder metadata .DS_Store diff --git a/config.py b/config.py index 089a227..e99fac8 100644 --- a/config.py +++ b/config.py @@ -5,4 +5,5 @@ class Config: # Canvas API configuration canvas_url = 'https://canvas.unl.edu/api/v1/' - canvas_api_key = None \ No newline at end of file + canvas_api_key = None + -- GitLab