# HG changeset patch # User Marcin Kuzminski # Date 2019-07-04 20:16:28 # Node ID 11408ebdfc2165d69a3a6badc8bb261dc38cbd66 # Parent 1f828f9ad22fe89e98d0378443eb606abc878fd9 ignore: skip ipython style css file diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -41,6 +41,7 @@ syntax: regexp ^result$ ^rhodecode/public/css/style.css$ ^rhodecode/public/css/style-polymer.css$ +^rhodecode/public/css/style-ipython.css$ ^rhodecode/public/js/rhodecode-components.html$ ^rhodecode/public/js/rhodecode-components.js$ ^rhodecode/public/js/scripts.js$