Skip to content

Commit b3d4df9

Browse files
authored
[undo-init] Change repo_type to local-ignore (#211)
# Exercise Review ## Exercise Discussion Fixes an issue with undo-init exercise #179 ## Checklist - [ ] If you require a new remote repository on the `Git-Mastery` organization, have you [created a request](https://github.com/git-mastery/exercises/issues/new?template=request_exercise_repository.md) for it? - [ ] Have you written unit tests using [`repo-smith`](https://github.com/git-mastery/repo-smith) to validate the exercise grading scheme? - [X] Have you tested your changes using the instructions posted? - [X] Have you verified that this exercise does not already exist or is not currently in review? - [ ] Did you introduce a new grading mechanism that should belong to [`git-autograder`](https://github.com/git-mastery/git-autograder)? - [ ] Did you introduce a new dependency that should belong to [`app`](https://github.com/git-mastery/app)?
1 parent 44aedce commit b3d4df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

undo_init/.gitmastery-exercise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"requires_github": false,
88
"base_files": {},
99
"exercise_repo": {
10-
"repo_type": "local",
10+
"repo_type": "local-ignore",
1111
"repo_name": "my-notes",
1212
"repo_title": null,
1313
"create_fork": null,

0 commit comments

Comments
 (0)