2018-11-28 00:27:23 +03:00
|
|
|
.azure-pipelines/**
|
|
|
|
.github/**
|
2020-10-19 19:44:14 +03:00
|
|
|
.gitattributes
|
2019-05-25 00:00:54 +03:00
|
|
|
.gitignore
|
|
|
|
.vscode-test/**
|
2015-10-17 02:54:30 +03:00
|
|
|
.vscode/**
|
2019-05-25 00:00:54 +03:00
|
|
|
*.tgz
|
|
|
|
**/*.gif
|
|
|
|
**/*.map
|
|
|
|
**/*.ts
|
2018-11-28 00:27:23 +03:00
|
|
|
build/**
|
2019-05-25 00:00:54 +03:00
|
|
|
dist/test/**
|
|
|
|
docs/**
|
|
|
|
gulp*
|
2018-11-28 00:27:23 +03:00
|
|
|
node_modules/**
|
|
|
|
out/**
|
2020-02-27 01:31:26 +03:00
|
|
|
resources/readme/**
|
2021-09-09 16:47:32 +03:00
|
|
|
resources/walkthroughs/*.gif
|
2018-11-28 00:27:23 +03:00
|
|
|
src/**
|
2019-05-25 00:00:54 +03:00
|
|
|
stats.json
|
|
|
|
test-results.xml
|
2018-11-28 00:27:23 +03:00
|
|
|
test/**
|
|
|
|
testOutput/**
|
2015-10-17 02:54:30 +03:00
|
|
|
tsconfig.json
|
2019-05-25 00:00:54 +03:00
|
|
|
typings/**
|
|
|
|
webpack.config*
|
2020-02-27 00:27:19 +03:00
|
|
|
.eslintignore
|
2021-04-16 21:46:46 +03:00
|
|
|
.eslintrc.json
|
2023-05-26 18:57:32 +03:00
|
|
|
.nvmrc
|