2019-10-23 00:02:59 +03:00
|
|
|
.azure-pipelines/**
|
|
|
|
.github/**
|
|
|
|
.gitignore
|
|
|
|
.vscode-test/**
|
|
|
|
.vscode/**
|
|
|
|
*.tgz
|
|
|
|
**/*.gif
|
|
|
|
**/*.map
|
|
|
|
**/*.ts
|
|
|
|
build/**
|
|
|
|
dist/test/**
|
|
|
|
docs/**
|
|
|
|
gulp*
|
|
|
|
node_modules/**
|
|
|
|
out/**
|
2020-03-05 20:12:41 +03:00
|
|
|
resources/readme/**
|
2019-10-23 00:02:59 +03:00
|
|
|
src/**
|
|
|
|
stats.json
|
|
|
|
test-results.xml
|
|
|
|
test/**
|
|
|
|
testOutput/**
|
2020-04-02 00:53:32 +03:00
|
|
|
testWorkspace/**
|
2019-10-23 00:02:59 +03:00
|
|
|
tools/**
|
|
|
|
tsconfig.json
|
2021-05-14 17:39:43 +03:00
|
|
|
eslint.json
|
2019-10-23 00:02:59 +03:00
|
|
|
typings/**
|
|
|
|
webpack.config*
|