aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-02-19 23:13:36 +0100
committerGravatar Joseph <[email protected]>2018-02-19 22:13:36 +0000
commitd9317acf26babbc1aa31c234c83db138f9475596 (patch)
tree015bfb91bc69625851c90760aac28d70eb57c8d9 /.gitignore
parentReadme (#23) (diff)
Add Vagrantfile
* attempt to fix stacktrace when initialising logger * adds vagrantfile for local development * restart rethinkdb after setting config * fix source .profile * adds alias python=python3.6 * include more reminder of what to add in hosts file * also install snekchek in vm * update vagrant bootstrap script to properly include environment variables in bashrc
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 23151389..162115dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,6 @@ ENV/
# RethinkDB data
rethinkdb_data/
+
+# Vagrant
+.vagrant/