Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Git removed empty directories #3728

Closed
halfdan opened this issue Feb 4, 2013 · 1 comment
Closed

Switch to Git removed empty directories #3728

halfdan opened this issue Feb 4, 2013 · 1 comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@halfdan
Copy link
Member

halfdan commented Feb 4, 2013

Empty directories cannot be tracked by Git (since it tracks content, and not file system structure).

https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F

It is quite common to add an empty ".gitkeep" file to a directory if the directory should be available after checkout.

Please make all sure that your directories are still there!

@anonymous-matomo-user
Copy link

In 38a3e1e: Add back tmp/

refs #3728

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants