Skip to content

Commit

Permalink
gitignore vim .swp files and maven wrapper jar
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Oct 7, 2024
1 parent 5b5a264 commit a6ed667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ignore maven build directories
target/
# ignore maven wrapper jar that gets built locally
.mvn/wrapper/maven-wrapper.jar
# ignore Eclipse configuration files
.project
.classpath
Expand All @@ -12,3 +14,5 @@ target/
# ignore NetBeans configuration
nb-configuration.xml
*.bak
# ignore vim swap files
*.swp

0 comments on commit a6ed667

Please sign in to comment.