Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spaarkimus committed Sep 26, 2016
1 parent 35f327c commit 44f60ff
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*target*
*.jar
*.war
*.ear
*.class

# eclipse specific git ignore
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
<groupId>com.blocktyper</groupId>
<artifactId>yearmarked</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Yearmarked</name>
</project>
5 changes: 5 additions & 0 deletions src/main/java/com/blocktyper/yearmarked/YearmarkedPlugin.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.blocktyper.yearmarked;

public class YearmarkedPlugin {

}

0 comments on commit 44f60ff

Please sign in to comment.