Skip to content

Commit 1fb01aa

Browse files
committed
work
1 parent 01d04ae commit 1fb01aa

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

.gitignore

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
/target
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
# usage-without-binary-jar: https://maven.apache.org/wrapper/
11+
.mvn/wrapper/maven-wrapper.jar
12+
13+
.env
14+
.idea/
15+
*iml
16+
*.xcf
17+
*.gif
18+
219
/.classpath
320
/.project
4-
/*.iml
521
/.idea
622
/.settings
7-
/pom.xml.releaseBackup
8-
/release.properties
23+
/.factorypath
24+
.classpath
25+
.project
26+
.settings
27+
28+
/transaction-logs/
29+

0 commit comments

Comments
 (0)