2021-03-18 14:26:41 +00:00
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
package-lock.json
|
2023-01-23 16:53:59 +00:00
|
|
|
packages/*/README.md
|
2023-08-25 15:20:32 +00:00
|
|
|
!packages/nuxi/README.md
|
2023-01-23 16:53:59 +00:00
|
|
|
packages/*/LICENSE
|
2022-10-17 10:10:05 +00:00
|
|
|
*/**/yarn.lock
|
|
|
|
/.yarn
|
2021-03-18 14:26:41 +00:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Temp directories
|
|
|
|
.temp
|
|
|
|
.tmp
|
|
|
|
.cache
|
|
|
|
|
2023-09-19 20:22:20 +00:00
|
|
|
# Lychee cache
|
|
|
|
.lycheecache
|
|
|
|
|
2021-03-18 14:26:41 +00:00
|
|
|
# Generated dirs
|
|
|
|
dist
|
2021-10-11 17:45:19 +00:00
|
|
|
.nuxt
|
|
|
|
.nuxt-*
|
2023-06-20 13:28:25 +00:00
|
|
|
.vercel
|
|
|
|
.netlify
|
2021-03-18 14:26:41 +00:00
|
|
|
.output
|
2023-06-28 13:49:50 +00:00
|
|
|
.output-*
|
2021-04-02 11:47:01 +00:00
|
|
|
.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
|
2021-04-23 19:52:32 +00:00
|
|
|
|
|
|
|
.vercel_build_output
|
2021-06-30 10:39:22 +00:00
|
|
|
.build-*
|
2021-07-12 12:27:19 +00:00
|
|
|
.env
|
2021-07-26 10:37:39 +00:00
|
|
|
.netlify
|
2023-01-22 16:46:45 +00:00
|
|
|
|
|
|
|
fixtures-temp
|
2023-09-15 10:09:21 +00:00
|
|
|
.pnpm-store
|
2024-04-05 18:08:32 +00:00
|
|
|
eslint-typegen.d.ts
|
|
|
|
.eslintcache
|