updated gitignore

This commit is contained in:
2022-03-31 14:13:41 +02:00
parent 78d70f8a43
commit 07ef38dab3
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored

@ -1,6 +1,7 @@
# modified from https://github.com/javaee-samples/javaee8-samples/blob/master/.gitignore
.idea/
/*.iml
# Directories #
build/

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="CodeDraw" level="project" />
</component>
</module>