Skip to content

Commit

Permalink
Merge pull request #889 from gbirchmeier/gitignore
Browse files Browse the repository at this point in the history
gitignore vim .swp files and maven wrapper jar
  • Loading branch information
chrjohn authored Oct 7, 2024
2 parents 5b5a264 + a6ed667 commit 18aa801
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 18aa801

Please sign in to comment.