# Source (ship compiled output only)
src/**
**/*.map
**/*.ts
!**/*.d.ts

# Tooling / config
.eslintrc*
.prettierrc*
.editorconfig
tsconfig.json
.vscode-test/
.vscode-test.*

# Repo meta
.git/**
.gitignore
.github/**
CHANGELOG.md
CONTRIBUTING.md

# Tests
test/**
**/*.test.js
**/*.spec.js

# Misc
node_modules/**
!node_modules/some-runtime-dependency/**
.DS_Store
*.vsix
