Commit changes to gitignore when deregistering (#282)
This commit is contained in:
committed by
Tom Limoncelli
parent
6bb21bb83a
commit
226a84ba3c
@@ -29,7 +29,7 @@ vcs_remove "$encrypted_file"
|
||||
vcs_notice "$unencrypted_file"
|
||||
vcs_add "$BB_FILES"
|
||||
|
||||
vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file"
|
||||
vcs_commit "Removing from blackbox: ${unencrypted_file}" "$BB_FILES" "$encrypted_file" "$(vcs_ignore_file_path)"
|
||||
echo "========== UPDATING VCS: DONE"
|
||||
echo "Local repo updated. Please push when ready."
|
||||
echo " $VCS_TYPE push"
|
||||
|
||||
Reference in New Issue
Block a user