diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-14 00:19:07 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-14 00:19:07 -0400 |
commit | bd4ee75fc3cb5f53e267d4340c67ff50206c2f72 (patch) | |
tree | 1469cee8c892762b7594af277d7eaab652a9bd7c /.gitignore | |
parent | 52de63e7bbd500a90a1a8cb62cdb490b0ba623c7 (diff) | |
download | gitea-bd4ee75fc3cb5f53e267d4340c67ff50206c2f72.tar.gz gitea-bd4ee75fc3cb5f53e267d4340c67ff50206c2f72.zip |
Update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0323c29726..6559d61a06 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ gogs .DS_Store *.db *.log -custom/
\ No newline at end of file +custom/ +.vendor/ |