45 строки
582 B
Plaintext
45 строки
582 B
Plaintext
# Temp/Rando Files
|
|
~*
|
|
.DS_Store
|
|
.env*
|
|
|
|
# Yarn Ignores
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Build Output
|
|
.next/
|
|
packages/*/dist/
|
|
packages/*/dist_unrolled/
|
|
packages/*/lib/
|
|
packages/*/out/
|
|
packages/*/build/
|
|
packages/webapp/public/localizations/
|
|
# generated on the fly
|
|
packages/webapp/public/*.sw.js
|
|
|
|
# Test Output
|
|
coverage/
|
|
test-results/
|
|
|
|
# Azure Functions artifacts
|
|
bin
|
|
obj
|
|
appsettings.json
|
|
local.settings.json
|
|
node_modules/
|
|
|
|
.cache/
|
|
deploy.zip
|
|
.version.json
|
|
|
|
# Dev Environments
|
|
.env*
|
|
|
|
# LogFiles
|
|
packages/webapp/test-output.html
|
|
*-*.log* |