diff --git a/.gitignore b/.gitignore
index 2f57fc0545bfd0513270346454675a72122f228c..eada356d8ff2a0e79e6c1edd0a28eb82b5f064df 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 089a227a889c8ec21fe4e51acdb7816bffec0f6c..e99fac8e75a1551db06cf0f092fe9d598409a774 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
+