vscode-mssql/.gitignore

32 строки
528 B
Plaintext

out
node_modules
packages
.DS_Store
*.dat
*.db
*.exe
*.log
*.nupkg
*.orig
*.vsix
*.trx
*BROWSE.VC*
tools
examples
sqltoolsservice
coverage
coverage-remapped
test-reports
.vscode-test
src/constants/localizedConstants.ts
package.nls.*.json
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.env
# Ignore all webviews metafiles generated by esbuild while building webviews
webviews-metafile.json
# Ignore all l10n files except the default one (bundle.l10n.json)
/localization/l10n/bundle.l10n.*.json
.eslintcache