File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change 1
1
# ignoring-somethings
2
2
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.
4
6
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.
8
9
9
10
## Task
10
11
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
You can’t perform that action at this time.
0 commit comments