# ignore mark file about new syntax tip extension/new_syntax_tip_has_been_shown # unit test files test/** # vscode workspace configurations .vscode/** # example files example_files/** # type dependencies node_modules/@types/** # cache files utils/cache utils/cache-** # utils utils/** # eslint .eslintrc.json # binary archives *.tar *.tgz *.vsix *.d.ts # screenshot image (because link of screenshot in README is under github) images/screenshots.gif # vscode typing files vscode.d.ts vscode.proposed.d.ts