mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
29 lines
310 B
Plaintext
29 lines
310 B
Plaintext
# Unwanted compiled files
|
|
out/test/**
|
|
out/**/*.map
|
|
*.vsix
|
|
|
|
# Build/Source files
|
|
src/**
|
|
tasks/**
|
|
test/**
|
|
typings/**
|
|
packages/**
|
|
samples/**
|
|
.gitignore
|
|
tsconfig.json
|
|
|
|
# IDE Settings
|
|
.vscode/**
|
|
.vscode-test/**
|
|
.idea/**
|
|
.sqlops/**
|
|
|
|
# Reference files
|
|
**/*.ts
|
|
**/*.map
|
|
.gitignore
|
|
tsconfig.json
|
|
*.exe
|
|
*.dat
|
|
gulpfile.js |