diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 12:26:33 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 12:26:33 +0300 |
commit | 02e859a23470d799a77963503687789d4a410a0c (patch) | |
tree | e8531ca9d535a088a6cf0e22623dbaa45cea835e /.gitignore | |
parent | af5faaf0e1e001558302704a421eb01f5e7a26ea (diff) | |
download | gitlab-ce-02e859a23470d799a77963503687789d4a410a0c.tar.gz |
move backup logic to lib. Fixed removing outdated backups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 60e17328880..de8b77ffd4b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ rails_best_practices_output.html doc/code/* .secret *.log +public/uploads.* |