Merge pull request #22 from cordoval/master

add .gitignore + build some automation since this is a quick console
This commit is contained in:
Jordi Boggiano
2013-07-10 06:32:10 -07:00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
vendor
+4
View File
@@ -0,0 +1,4 @@
web: .PHONY
php -S localhost:8088 -t . index.php
.PHONY: