Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 14, 2023
1 parent aeb3971 commit f271858
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Skip maven 'target' directory
target
syntax: glob
*.class
*~
*.bak
*.off
*.old
*.java.orig
.DS_Store

# building
/target
.mvn/wrapper/maven-wrapper.jar

# plus eclipse crap
.classpath
Expand Down

0 comments on commit f271858

Please sign in to comment.