fixed link regex

This commit is contained in:
MrBesen 2020-02-14 16:31:52 +01:00
förälder bb7ddf3480
incheckning d300e7727c
Signerad av: MrBesen
GPG-nyckel ID: 596B2350DCD67504
2 ändrade filer med 1 tillägg och 14 borttagningar

1
.gitignore vendored
Visa fil

@ -3,3 +3,4 @@
.settings/
target/
bin/
.idea/

Visa fil

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>