hgignore: Ignore generated webcomponents

This commit is contained in:
Johannes Bornhold 2016-08-30 16:21:33 +02:00
parent 0fe775369c
commit a1b55d2535

View file

@ -41,9 +41,10 @@ syntax: regexp
^result$
^rhodecode/public/css/style.css$
^rhodecode/public/css/style-polymer.css$
^rhodecode/public/js/scripts.js$
^rhodecode/public/js/rhodecode-components.html$
^rhodecode/public/js/scripts.js$
^rhodecode/public/js/src/components/root-styles.gen.html$
^rhodecode/public/js/vendors/webcomponentsjs/
^rhodecode\.db$
^rhodecode\.log$
^rhodecode_dev\.log$