Add a sessions/.gitignore file with
*
!.gitignore
The second line tells git not to ignore the .gitignore file, so the folder is not empty but everything else is ignored.
Add a sessions/.gitignore file with
*
!.gitignore
The second line tells git not to ignore the .gitignore file, so the folder is not empty but everything else is ignored.