.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 30 Oct 2014 01:50:21 +0100
changeset 1717 f5200d90b730
parent 23 5d076ad40851
child 1750 0b4afadbd494
permissions -rw-r--r--
getClass().getResource(...).openConnection().getURL() returns a URL which is recognized by the browser and can be used to load resources with XHR or <img src='...'>. When no longer needed, convert connection to Closeable and use connection.close().
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~