Files
yarn/.gitignore
ConnectDotz 1f18a3d3d8 remove .vscode settings from repository (#5608)
looks like accidently checked in a few days ago, we should not keep this file in the repo since every vscode dev will most likely have their custom settings for their own dev env.
2018-04-03 17:19:13 +01:00

26 lines
415 B
Plaintext

/lib
/lib-legacy
/node_modules
*.log
/.nyc_output
/coverage
/dist
/dist-debug
/artifacts
/updates
/resources/winsetup/generated.wxs
/resources/winsetup/obj
/resources/winsetup/bin
/resources/win-chocolatey/tools/chocolateyinstall.ps1
.vs
*.msi
*.nupkg
test/fixtures/**/.fbkpm
/tmp/
/__tests__/fixtures/**/_*
/__tests__/fixtures/request-cache/GET/localhost/.bin
.idea
.yarn-meta
/packages/lockfile/index.js
.vscode/