We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5a264 + a6ed667 commit 18aa801Copy full SHA for 18aa801
.gitignore
@@ -1,5 +1,7 @@
1
# ignore maven build directories
2
target/
3
+# ignore maven wrapper jar that gets built locally
4
+.mvn/wrapper/maven-wrapper.jar
5
# ignore Eclipse configuration files
6
.project
7
.classpath
@@ -12,3 +14,5 @@ target/
12
14
# ignore NetBeans configuration
13
15
nb-configuration.xml
16
*.bak
17
+# ignore vim swap files
18
+*.swp
0 commit comments