Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 467 Bytes

File metadata and controls

20 lines (17 loc) · 467 Bytes
icon title description head.title
IconFile
.gitignore
A .gitignore file specifies intentionally untracked files that git should ignore.
Gitignore file

Learn more about it in the git documentation.

We recommend having a .gitignore file that has at least the following entries present:

# Nuxt dev/build outputs
.output
.nuxt
# Node dependencies
node_modules
# System files
*.log