diff options
| author | Starla Insigna <starla4444@gmail.com> | 2012-06-02 11:12:25 -0700 |
|---|---|---|
| committer | Starla Insigna <starla4444@gmail.com> | 2012-06-02 11:12:25 -0700 |
| commit | 00ef4e16476fbd619e3f866e4f32c021c14f3202 (patch) | |
| tree | d011eaeb508e720c2798d093d88a13be3ac1f781 | |
| download | frigidearth-00ef4e16476fbd619e3f866e4f32c021c14f3202.tar.gz frigidearth-00ef4e16476fbd619e3f866e4f32c021c14f3202.tar.bz2 frigidearth-00ef4e16476fbd619e3f866e4f32c021c14f3202.zip | |
Initial commit
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 10 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f182a0 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | *.class | ||
| 2 | |||
| 3 | # Package Files # | ||
| 4 | *.jar | ||
| 5 | *.war | ||
| 6 | *.ear | ||
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca63a11 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | frigidearth | ||
| 2 | =========== | ||
| 3 | |||
| 4 | 2012 seven day rougelike entry \ No newline at end of file | ||
