Idea files and .gitignore

This commit is contained in:
Carlos Galindo 2019-03-26 20:17:42 +01:00
commit cf7f5f2f18
Signed by untrusted user who does not match committer: kauron
GPG key ID: 83E68706DEE119A3
6 changed files with 200 additions and 0 deletions

16
.idea/compiler.xml generated Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="LTD_Proyecto2_Alumnos" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="LTD_Proyecto2_Alumnos" target="1.5" />
</bytecodeTargetLevel>
</component>
</project>