Skip to content

Commit 75cc473

Browse files
committed
[ignoring-somethings] Add instruction
1 parent 5fb7c3f commit 75cc473

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

ignoring_somethings/README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
# ignoring-somethings
22

3-
<!--- Insert exercise description -->
3+
You have stumbled upon a repository with an existing `.gitignore`. However, you
4+
have discovered that the `.gitignore` is not as accurate as you would like it to
5+
be.
46

5-
## Learning outcomes
6-
7-
<!--- Insert exercise learning outcomes -->
7+
Some files are showing up when they should be hidden, and some files are hidden
8+
when they should be present.
89

910
## Task
1011

11-
<!--- Insert exercise task, simplify what needs to be done -->
12-
13-
## Verification
14-
15-
Run `gitmastery verify` in this exercise folder.
16-
17-
## Hints
18-
19-
<!--- Insert hints here -->
20-
<!---
21-
Use Github Markdown's collapsible content:
22-
<details>
23-
<summary>...</summary>
24-
...
25-
</details>
26-
-->
12+
1. While you wish to continue ignoring every file in the `many/` folder, you
13+
want to un-ignore just `many/file22.txt`
14+
2. `why_am_i_hidden.txt` should not be hidden
15+
3. `ignore_me.txt` should be hidden
16+
4. Hide the `runaway.txt` file in `this/`, however, you don't know how many
17+
layers of nesting it is under, so use the pattern matching syntax

0 commit comments

Comments
 (0)