Skip to content

Commit a7c4102

Browse files
authored
Merge pull request #3392 from hazendaz/master
[git] Ignore profiler directory and define how to use in extension
2 parents b13e7d8 + cfd4c23 commit a7c4102

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/release.properties
1111
/target
1212
.github/keys/
13+
.profiler/
1314

1415
# These are needed if running in IDE without properties set
1516
/ibderby

.mvn/extensions.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
-->
1919
<extensions>
20+
<!-- Usage as -Dprofile -->
2021
<extension>
2122
<groupId>fr.jcgay.maven</groupId>
2223
<artifactId>maven-profiler</artifactId>

0 commit comments

Comments
 (0)