raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=04c247f57cec978be313b2be380b5fe922bee5d1
commit 04c247f57cec978be313b2be380b5fe922bee5d1 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Apr 7 22:10:44 2015 +0900 add gitignore for new wiki --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18c60d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +public_html/ss/*.png +public_html/ss/*.jpg +public_html/ss/tmp +public_html/ss/kill +public_html/ss/ban +logs +public_html/conf/local.php +public_html/conf/users.auth.php +public_html/data/attic +public_html/data/cache +public_html/data/index +public_html/data/tmp +public_html/data/www-content --