Last active
September 24, 2020 19:33
-
-
Save mesaglio/3e794332434a1d4844439b8265249556 to your computer and use it in GitHub Desktop.
Maven gitignore - use in https://gist.github.com/mesaglio/8b91185667931546e610b1505fb11c59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/target/ | |
/bin/ | |
.classpath | |
.project | |
/.apt_generated/ | |
/.settings/ | |
.factorypath | |
*.iml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment