From ae4cf699c88a2af17358f29fc85d35dfdb550de8 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 16 Apr 2014 12:14:29 +0200 Subject: [PATCH] =?UTF-8?q?update=20gitignore=20a=20little=20bit;=20should?= =?UTF-8?q?=20work=20better=20nao,=20but=20i=E2=80=98m=20unsure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73c05be2..893acfa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,18 @@ -# static html -*.html +# static html and json +/*/*.html +/*/*.json +/*/res +/*/src +/*/thumb +/*/config.php +/*.html + +# include some files though +!/templates/*.html +!/inc/config.php + +# minify +/inc/lib/minify # instance-config /inc/instance-config.php @@ -15,6 +28,16 @@ # other stuff .DS_Store +.htaccess thumbs.db Icon? Thumbs.db +*.patch +*.diff +*.rej +*.orig +*~ + +#vichan custom +favicon.ico +/static/spoiler.png