diff .hgignore @ 7055:6ef837acb0d2

less: don't distribute the generated style.css file - for now, it must be built with npm after installing Kallithea Generated files should not be included in the repository. Especially not when using GPL with the requirement of distributing corresponding source. Also add the two commands to generate the css file to the docs. Modified by Mads Kiilerich.
author domruf <dominikruf@gmail.com>
date Tue, 24 Oct 2017 21:18:09 +0200
parents 42718729687e
children 8152f9e6a778
line wrap: on
line diff
--- a/.hgignore	Tue Oct 17 19:27:10 2017 +0200
+++ b/.hgignore	Tue Oct 24 21:18:09 2017 +0200
@@ -22,6 +22,7 @@
 ^\.project$
 ^\.pydevproject$
 ^\.coverage$
+^kallithea/public/css/style\.css$
 ^kallithea\.db$
 ^test\.db$
 ^Kallithea\.egg-info$