Skip to content

Commit

Permalink
added .gitignore and updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Aug 17, 2021
1 parent d3d93b0 commit 407bf40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*
!*/
!.gitignore
!*.gitattributes
!pom.xml
!*.java
!*.md
!*.txt
!*.xml
!*.gif
!*.png
!*.jpg
!MANIFEST.MF
!*.dtd
!eadsgml.dcl
!*.ent
!*.xsd

5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ege</artifactId>
<groupId>pl.psnc.dl.ege</groupId>
<version>0.5.0</version>
</parent>
<groupId>pl.psnc.dl.ege.validator</groupId>
<artifactId>ege-validator</artifactId>
<version>0.3</version>
Expand Down

0 comments on commit 407bf40

Please sign in to comment.