mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Fixing sql snippets that failed on DBs that are case sensitive. * Adding .vs/ (Visual Studio Code project dir) to .gitignore. * Fixing typo.
30 lines
310 B
Plaintext
30 lines
310 B
Plaintext
.DS_Store
|
|
npm-debug.log
|
|
Thumbs.db
|
|
.DS_Store
|
|
*.dat
|
|
*.db
|
|
*.exe
|
|
*.log
|
|
*.nupkg
|
|
*.orig
|
|
*.vsix
|
|
*BROWSE.VC*
|
|
sqltoolsservice
|
|
coverage
|
|
test-reports
|
|
.vscode-test
|
|
node_modules/
|
|
.build/
|
|
.vs/
|
|
out/
|
|
out-build/
|
|
out-editor/
|
|
out-editor-min/
|
|
out-monaco-editor-core/
|
|
out-vscode/
|
|
out-vscode-min/
|
|
build/node_modules
|
|
coverage/
|
|
_site
|