added ignore rule for new bundle project
This commit is contained in:
parent
822e567898
commit
15c78a2678
|
@ -59,5 +59,8 @@ syntax: regexp
|
||||||
^uibase/.*\.class$
|
^uibase/.*\.class$
|
||||||
^pipoHandlers/.*\.class$
|
^pipoHandlers/.*\.class$
|
||||||
^pipo/.*\.class$
|
^pipo/.*\.class$
|
||||||
^JasperReportsClient/.*\.class
|
^JasperReportsClient/.*\.class$
|
||||||
^tomcatConfig/bin/\.hgignore$
|
^tomcatConfig/bin/\.hgignore$
|
||||||
|
^oracleProvider/bin/.*\.class$
|
||||||
|
^postgresqlProvider/bin/.*\.class$
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue