From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/synced-folders%2Findex.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/vagrant/synced-folders%2Findex.html (limited to 'devdocs/vagrant/synced-folders%2Findex.html') diff --git a/devdocs/vagrant/synced-folders%2Findex.html b/devdocs/vagrant/synced-folders%2Findex.html new file mode 100644 index 00000000..dc0a3b00 --- /dev/null +++ b/devdocs/vagrant/synced-folders%2Findex.html @@ -0,0 +1,6 @@ +

Synced Folders

Synced folders enable Vagrant to sync a folder on the host machine to the guest machine, allowing you to continue working on your project's files on your host machine, but use the resources in the guest machine to compile or run your project.

By default, Vagrant will share your project directory (the directory with the Vagrantfile) to /vagrant.

Read the basic usage page to get started with synced folders.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/synced-folders/ +

+
-- cgit v1.2.3