You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default git does not track empty directories, so in order to have the priv directory in the project and not get a compilation error, you need to add .gitkeep to the priv directory (or any other directory for that matter).