Feature request: Delete .gitkeep after adding files to empty directories
GitLab currently automatically adds a .gitkeep file to directories when creating them from the web interface. From what I understand, it does this because Git itself cannot track empty directories. However, GitLab currently does not remove this file after other files are added to the directory.
I think GitLab should automatically remove the .gitkeep file once other files are added, as it is no longer needed.