2021-03-18 14:26:41 +00:00
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
package-lock.json
|
2021-04-23 19:52:32 +00:00
|
|
|
# */**/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
|
2021-06-07 09:12:36 +00:00
|
|
|
**/.yarn/cache
|
|
|
|
**/.yarn/*state*
|
2021-04-04 14:22:40 +00:00
|
|
|
|
2021-03-18 14:26:41 +00:00
|
|
|
# Generated dirs
|
|
|
|
dist
|
2021-10-11 17:45:19 +00:00
|
|
|
.nuxt
|
|
|
|
.nuxt-*
|
2021-03-18 14:26:41 +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
|