diff options
author | Effy Elden <git@effy.is> | 2017-01-07 23:22:24 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-07 23:22:24 +1100 |
commit | f1289ca3c0b0a785b47d569e919a345b08136d28 (patch) | |
tree | 671f02e1f4285836f0be1e8970d5f13f3d96d8b5 /.gitignore | |
parent | 989c3f40022bc65d69915be597acda3c4d58de60 (diff) |
Add Vagrant development environment support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a60603c7d..7f51045aa 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ public/assets .env.production node_modules/ neo4j/ + +# Ignore Vagrant files +.vagrant/ |