I have a `.gitignore` file: ``` file1 folder1 /folder2/ ``` `folder2` does not get hidden. I changed `/folder2/` to `folder2` in my `.gitignore` so this is not an important issue, although the [semantics](https://git-scm.com/docs/gitignore#_pattern_format) do change.
I have a
.gitignorefile:folder2does not get hidden. I changed/folder2/tofolder2in my.gitignoreso this is not an important issue, although the semantics do change.