diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 23:21:28 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-11-04 23:46:11 +0100 |
commit | c524078d2b84f81ae32e927b9f39569d82d93c4d (patch) | |
tree | e8dd2012823c45e89ffaee66ec87c5dcc0d61333 /.gitignore | |
parent | b32776d5336b8857b72a4b38b57ce31ea669dc36 (diff) | |
download | gitea-c524078d2b84f81ae32e927b9f39569d82d93c4d.tar.gz gitea-c524078d2b84f81ae32e927b9f39569d82d93c4d.zip |
Extended gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index fce83f6723..6801418ef9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,9 @@ gitea *.db *.log +/bin +/dist /custom /data +/log /public/img/avatar -/dist -/bin |