diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/vagrant/synced-folders%2Findex.html | |
new repository
Diffstat (limited to 'devdocs/vagrant/synced-folders%2Findex.html')
| -rw-r--r-- | devdocs/vagrant/synced-folders%2Findex.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ +<h1 id="synced-folders"> Synced Folders </h1> <p>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.</p> <p>By default, Vagrant will share your project directory (the directory with the <a href="../vagrantfile/index">Vagrantfile</a>) to <code>/vagrant</code>.</p> <p>Read the <a href="basic_usage">basic usage</a> page to get started with synced folders.</p><div class="_attribution"> + <p class="_attribution-p"> + © 2010–2018 Mitchell Hashimoto<br>Licensed under the MPL 2.0 License.<br> + <a href="https://www.vagrantup.com/docs/synced-folders/" class="_attribution-link">https://www.vagrantup.com/docs/synced-folders/</a> + </p> +</div> |
