initial
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -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
|
6
README.md
Normal file
6
README.md
Normal file
@@ -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.
|
0
src/.gitkeep
Normal file
0
src/.gitkeep
Normal file
Reference in New Issue
Block a user