mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 02:44:51 +00:00
58 lines
678 B
Plaintext
58 lines
678 B
Plaintext
|
# Dependencies
|
||
|
node_modules
|
||
|
jspm_packages
|
||
|
|
||
|
# Only keep yarn.lock in the root
|
||
|
package-lock.json
|
||
|
*/**/yarn.lock
|
||
|
|
||
|
# Logs
|
||
|
*.log
|
||
|
|
||
|
# Temp directories
|
||
|
.temp
|
||
|
.tmp
|
||
|
.cache
|
||
|
|
||
|
# Generated dirs
|
||
|
dist
|
||
|
.nuxt*
|
||
|
.output
|
||
|
|
||
|
# Junit reports
|
||
|
reports
|
||
|
|
||
|
# Coverage reports
|
||
|
coverage
|
||
|
*.lcov
|
||
|
.nyc_output
|
||
|
|
||
|
# VSCode
|
||
|
.vscode
|
||
|
|
||
|
# Intellij idea
|
||
|
*.iml
|
||
|
.idea
|
||
|
|
||
|
# OSX
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
.com.apple.timemachine.donotpresent
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
CHANGELOG.md
|