Mercurial > public > gradleplugins
annotate .hgignore @ 32:927f02ccc596 version-0.4.6
Update to Gradle 7.4.2
author | Kyle Miller <kyle.miller@mcoecn.org> |
---|---|
date | Fri, 05 Aug 2022 19:22:06 +0100 |
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 |