From 8502b9ae3bc7b720eb19116243ff09516e380217 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 30 Apr 2018 15:45:08 +0200 Subject: [PATCH] initial --- .gitignore | 22 ++++++++++++++++++++++ README.md | 6 ++++++ src/.gitkeep | 0 3 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 src/.gitkeep diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..943995e --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# changes file +*.changes + +# system image +*.image + +# Pharo Smalltalk Debug log file +PharoDebug.log + +# Squeak Smalltalk Debug log file +SqueakDebug.log + +# Monticello package cache +/package-cache + +# playground cache +/play-cache +/play-stash + +# Metacello-github cache +/github-cache +github-*.zip diff --git a/README.md b/README.md new file mode 100644 index 0000000..ada1f46 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# tinyblog + +The tiny blog system as described in [the Pharo MOOC](http://mooc.pharo.org/). +This repositories purpose is twofold: firstly, I want to save the assignment I +built, even though it’s simple and based on a tutorial, and secondly I want to +learn how to use Git with Pharo. diff --git a/src/.gitkeep b/src/.gitkeep new file mode 100644 index 0000000..e69de29