diff --git a/.gitignore b/.gitignore index aec2e3e..5b34c79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ +.DS_Store assets/* cache/* vendor composer.phar db/poche.sqlite inc/poche/config.inc.php -inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ No newline at end of file +inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ +.vagrant \ No newline at end of file diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..221ad6d --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,71 @@ + +$script_sqlite = <