2021-10-11 12:57:54 +00:00
---
2022-10-06 09:15:30 +00:00
title: ".output"
description: "Nuxt creates the .output/ directory when building your application for production."
2022-11-21 15:51:39 +00:00
head.title: ".output/"
2023-10-18 10:59:43 +00:00
navigation.icon: i-ph-folder-duotone
2021-10-11 12:57:54 +00:00
---
2023-10-18 10:59:43 +00:00
::callout{icon="i-ph-warning-duotone" color="amber"}
This directory should be added to your [`.gitignore` ](/docs/guide/directory-structure/gitignore ) file to avoid pushing the build output to your repository.
::
2021-10-11 12:57:54 +00:00
2023-10-18 10:59:43 +00:00
Use this directory to deploy your Nuxt application to production.
2021-10-11 12:57:54 +00:00
2023-10-18 10:59:43 +00:00
:read-more{to="/docs/getting-started/deployment"}
2021-10-11 12:57:54 +00:00
2023-10-18 10:59:43 +00:00
::callout{icon="i-ph-warning-duotone" color="amber"}
You should not touch any files inside since the whole directory will be re-created when running [`nuxt build` ](/docs/api/commands/build ).
::