remove target and idea files

This commit is contained in:
Pawel Janecki 2020-04-19 17:18:57 +02:00
parent 6c2ebb8414
commit 52f91a7bf5
13 changed files with 0 additions and 45 deletions

2
.idea/.gitignore vendored
View File

@ -1,2 +0,0 @@
# Default ignored files
/workspace.xml

View File

@ -1,13 +0,0 @@
<?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="projekt1" />
</profile>
</annotationProcessing>
</component>
</project>

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

Binary file not shown.

View File

@ -1,3 +0,0 @@
company\DataSaver.class
company\Main.class
company\PeselValidator.class

View File

@ -1,3 +0,0 @@
J:\IdeaProjects\projekt1\src\main\java\company\PeselValidator.java
J:\IdeaProjects\projekt1\src\main\java\company\DataSaver.java
J:\IdeaProjects\projekt1\src\main\java\company\Main.java

View File

@ -1,2 +0,0 @@
company\PeselValidatorTests.class
company\DataSaverTests.class

View File

@ -1,2 +0,0 @@
J:\IdeaProjects\projekt1\src\test\java\company\PeselValidatorTests.java
J:\IdeaProjects\projekt1\src\test\java\company\DataSaverTests.java