# HG changeset patch # User Johannes Bornhold # Date 2016-08-30 14:21:33 # Node ID e814be461c6cc9299bfba61fc2c5d75e69e28079 # Parent da9005c8aa732f64f4207934af8eb95cf9d19fe8 hgignore: Ignore generated webcomponents diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -41,9 +41,10 @@ syntax: regexp ^result$ ^rhodecode/public/css/style.css$ ^rhodecode/public/css/style-polymer.css$ +^rhodecode/public/js/rhodecode-components.html$ ^rhodecode/public/js/scripts.js$ -^rhodecode/public/js/rhodecode-components.html$ ^rhodecode/public/js/src/components/root-styles.gen.html$ +^rhodecode/public/js/vendors/webcomponentsjs/ ^rhodecode\.db$ ^rhodecode\.log$ ^rhodecode_dev\.log$