annotate .hgignore @ 290:36b6c48ee6c7
SSED-1600: Created metrics70.gradle with an updated sonarqube-gradle-plugin (from 2.6 to 3.3), modified init70.gradle to use metrics70.gradle
author |
Kyle Miller <kyle.miller@mcoecn.org> |
date |
Wed, 20 Jul 2022 14:38:11 +0100 |
parents |
b2532280341e |
children |
|
rev |
line source |
16
|
1 \.orig$
|
|
2 \.orig\..*$
|
|
3 \.chg\..*$
|
|
4 \.rej$
|
|
5 \.conflict\~$
|
126
|
6 .*~$
|
|
7 glob:out/*
|
|
8 glob:lib/*
|
|
9 glob:build/*
|
|
10 glob:dist/*
|
|
11 glob:nbproject/*
|
|
12 glob:.idea/workspace.*
|
|
13 glob:*.log
|
|
14 glob:.gradle/*
|
|
15 glob:.idea/*
|
|
16 glob:*.iml
|
|
17 glob:*.iws
|
|
18 glob:*.ipr
|
|
19 glob:gradle-app.*
|
|
20 glob:build.xml
|
|
21 glob:private*.*
|
|
22 glob:*.pdf
|