BAEL-3069 Remove git ignore file, add the new module name to the parent pom file.

This commit is contained in:
Gang Wu 2020-03-21 20:58:04 -06:00
parent 9f3c94929a
commit 05e79680cf
2 changed files with 1 additions and 13 deletions

View File

@ -69,6 +69,7 @@
<module>spring-jpa</module>
<!-- <module>spring-mybatis</module> --> <!-- needs fixing in BAEL-9021 -->
<module>spring-persistence-simple</module>
<module>spring-persistence-simple-2</module>
</modules>
</project>

View File

@ -1,13 +0,0 @@
*.class
#folders#
/target
/neoDb*
/data
/src/main/webapp/WEB-INF/classes
*/META-INF/*
# Packaged files #
*.jar
*.war
*.ear