| The current project ` .gitignore ` file ignores ` */**/target ` , which inadvertently ignores the test package ` org.hibernate.test.annotations.target ` . The test files are checked in despite the gitignore, so some tools complain about editing ignored files, and any new tests might not get checked in. |
|