Skip to content

Commit 2b41fab

Browse files
Updated .gitignore
1 parent fc6e42c commit 2b41fab

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.gitignore

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
.DS_Store
2-
/target/
3-
/.idea
4-
/SeleniumJavaDemoApp.iml
2+
target/
3+
pom.xml.tag
4+
pom.xml.releaseBackup
5+
pom.xml.versionsBackup
6+
pom.xml.next
7+
release.properties
8+
dependency-reduced-pom.xml
9+
buildNumber.properties
10+
.mvn/timing.properties
11+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
12+
.mvn/wrapper/maven-wrapper.jar
13+
*.iml
14+
.idea

0 commit comments

Comments
 (0)