diff --git a/.gitignore b/.gitignore index ce8bcb3..11aabc0 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,6 @@ CTFd/uploads .data/ .ctfd_secret_key .*.swp + +# Vagrant +.vagrant diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..27cb756 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,51 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Install tmux and virtualenv to support development +$preProvision= <