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