maven/.gitignore

18 lines
172 B
Plaintext
Raw Normal View History

**/target/**
.project
.classpath
.settings/
.svn/
# Intellij
*.ipr
*.iml
.idea
.DS_Store
2012-12-21 07:49:50 +01:00
/bootstrap
/dependencies.xml
2015-03-15 22:26:45 +11:00
.java-version
2021-07-03 11:12:47 +02:00
.checkstyle
.factorypath
.vscode/
repo/