I have a folder called .tmp
.
In my .gitignore
file, I am trying to exclude everything in it.
I have tried .tmp
, .tmp/*/
, etc.
I believe this is because it is looking for a file with a .tmp
extension. Is there a way to define that this is a directory and not an extension?