mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
21 lines
908 B
Markdown
21 lines
908 B
Markdown
---
|
|
title: ".nuxt"
|
|
description: "Nuxt uses the .nuxt/ directory in development to generate your Vue application."
|
|
head.title: ".nuxt/"
|
|
navigation.icon: i-ph-folder-duotone
|
|
---
|
|
|
|
::important
|
|
This directory should be added to your [`.gitignore`](/docs/guide/directory-structure/gitignore) file to avoid pushing the dev build output to your repository.
|
|
::
|
|
|
|
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.
|
|
|
|
Nuxt also provides a Virtual File System (VFS) for modules to add templates to this directory without writing them to disk.
|
|
|
|
You can explore the generated files by opening the [Nuxt DevTools](https://devtools.nuxt.com) in development mode and navigating to the **Virtual Files** tab.
|
|
|
|
::warning
|
|
You should not touch any files inside since the whole directory will be re-created when running [`nuxt dev`](/docs/api/commands/dev).
|
|
::
|