mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
19 lines
625 B
Markdown
19 lines
625 B
Markdown
---
|
|
title: ".output"
|
|
description: "Nuxt creates the .output/ directory when building your application for production."
|
|
head.title: ".output/"
|
|
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 build output to your repository.
|
|
::
|
|
|
|
Use this directory to deploy your Nuxt application to production.
|
|
|
|
:read-more{to="/docs/getting-started/deployment"}
|
|
|
|
::warning
|
|
You should not touch any files inside since the whole directory will be re-created when running [`nuxt build`](/docs/api/commands/build).
|
|
::
|