mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: exclude nuxt build folder from git for migration to nuxt bridge (#976)
This commit is contained in:
parent
1fbfdefe70
commit
a413bd1102
@ -108,6 +108,10 @@ Avoid the usage of `__dirname` and `__filename` as much as possible.
|
||||
- Remove `@nuxt/nitro`: Bridge injects same functionality
|
||||
- Remove `@nuxtjs/composition-api`: Bridge provides a Nuxt 3 compatible composition-api layer and help to remove dependency
|
||||
|
||||
### Exclude Nuxt build folder from git
|
||||
|
||||
Add the folder `.output` to the `.gitignore` file.
|
||||
|
||||
### Ensure everything goes well
|
||||
|
||||
✔️ Try with `nuxt dev` and `nuxt build` (or `nuxt generate`) to see if everything goes well.
|
||||
|
Loading…
Reference in New Issue
Block a user