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.