Adding generated/ directory to .gitignore in order to switch more easily between the springboot branch and the javaconfig branch

This commit is contained in:
Antoine Rey 2016-07-01 18:31:29 +02:00
parent ed540a3d07
commit b159e910a4

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ target/*
.idea .idea
*.iml *.iml
/target /target
generated/