Mercurial > public > gradleplugins
annotate .hgignore @ 30:bf31e9ad44cf
SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
author | Greg Shepherd <shepherd@ssdt-ohio.org> |
---|---|
date | Tue, 18 Feb 2020 16:36:38 -0500 |
parents | cfbdbeba877f |
children |
rev | line source |
---|---|
0 | 1 \.orig$ |
2 \.orig\..*$ | |
3 \.chg\..*$ | |
4 \.rej$ | |
5 \.conflict\~$ | |
6 .*~$ | |
24 | 7 glob:classes/* |
0 | 8 glob:out/* |
9 glob:lib/* | |
10 glob:build/* | |
11 glob:dist/* | |
12 glob:nbproject/* | |
13 glob:.idea/workspace.* | |
14 glob:*.log | |
15 glob:.gradle/* | |
16 glob:.idea/* | |
17 glob:*.iml | |
18 glob:*.iws | |
19 glob:*.ipr | |
20 glob:gradle-app.* | |
21 glob:build.xml | |
24 | 22 glob:private*.* |
23 glob:*.pdf |