Nuxt/.gitignore

71 lines
777 B
Plaintext
Raw Permalink Normal View History

2021-03-18 14:26:41 +00:00
# Dependencies
node_modules
jspm_packages
package-lock.json
packages/*/README.md
packages/*/LICENSE
*/**/yarn.lock
/.yarn
2021-03-18 14:26:41 +00:00
# Logs
*.log
# Temp directories
.temp
.tmp
.cache
# Generated dirs
dist
.nuxt
.nuxt-*
.vercel
.netlify
2021-03-18 14:26:41 +00:00
.output
.output-*
.gen
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
2023-01-22 16:46:45 +00:00
fixtures-temp