Modified .gitignore to include IDEA project files.

Included IDEA project files.
This commit is contained in:
2020-07-19 18:11:38 -04:00
parent fea891a268
commit 6f53556572
19 changed files with 332 additions and 2 deletions

19
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<excludeFromCompile>
<directory url="file://$PROJECT_DIR$/lib/nightscout/com/eveningoutpost/dexdrip" includeSubdirectories="true" />
</excludeFromCompile>
<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="DexcomBluetoothUploader" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="DexcomBluetoothUploader" target="1.11" />
</bytecodeTargetLevel>
</component>
</project>