Nuxt/.gitignore

67 lines
733 B
Plaintext
Raw Normal View History

2021-03-18 14:26:41 +00:00
# Dependencies
node_modules
jspm_packages
package-lock.json
# */**/yarn.lock
2021-03-18 14:26:41 +00:00
# Logs
*.log
# Temp directories
.temp
.tmp
.cache
2021-04-04 14:22:40 +00:00
# Yarn
**/.yarn/cache
**/.yarn/*state*
2021-04-04 14:22:40 +00:00
2021-03-18 14:26:41 +00:00
# Generated dirs
dist
.nuxt*
.output
.gen
nuxt.d.ts
2021-03-18 14:26:41 +00:00
# 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
.vercel_build_output
.build-*
2021-07-12 12:27:19 +00:00
.env
.netlify