Is it possible to have a .gitignore file in a subfolder, so that i may be better able to control what i need to be ignored and not affect a larger, "base" gitignore?
For example, there is the root .gitignore, but instead of lets say writing /path/to/folder in that file, in my folder to have another .gitignore that will only apply for that folder and it's children?