diff options
author | Robert Speicher <rspeicher@gmail.com> | 2014-03-30 22:45:28 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2014-03-30 22:45:28 -0400 |
commit | 5b4aba5f56e6d5c934300707c99dd70916c1a59e (patch) | |
tree | 9bd9f530f7a7152f6ccc1ce465cad9db87f9de28 /public | |
parent | 0488e34ba723b9a55bd6e35aafc0cf089b0b49fd (diff) | |
download | gitlab-ce-5b4aba5f56e6d5c934300707c99dd70916c1a59e.tar.gz |
Make sure important directories exist in git
Ensures the following directories exist after a git clone:
- public/uploads
- tmp/pids
- tmp/sockets
Diffstat (limited to 'public')
-rw-r--r-- | public/uploads/.gitkeep | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/public/uploads/.gitkeep b/public/uploads/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/public/uploads/.gitkeep |