From 396a4ee7ec2e507617a8b051884f296b6c759029 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Tue, 31 Mar 2015 10:29:45 +0300 Subject: [PATCH 1/2] add .idea folder into .gitingnore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2694d91..1b02b51 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ nosetests.xml *.swp .vagrant +#IntelliJ Idea, IntelliJ PyCharm +.idea From 7584801ed898278e03d23202907807d5b370f620 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Tue, 31 Mar 2015 10:37:41 +0300 Subject: [PATCH 2/2] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83b614b..33f2cfb 100644 --- a/README.md +++ b/README.md @@ -236,5 +236,5 @@ Vagrant, by default that address will be 192.168.99.11, so: http://192.168.99.11 If you changed the addresses (edited the Vagrantfile and host file), or use -haardware servers, change the URL accordingly. +hardware servers, change the URL accordingly.