54 lines
768 B
Plaintext
54 lines
768 B
Plaintext
|
.DS_Store
|
||
|
.huskyrc.json
|
||
|
out
|
||
|
log.log
|
||
|
**/node_modules
|
||
|
*.pyc
|
||
|
*.vsix
|
||
|
envVars.txt
|
||
|
**/.vscode/.ropeproject/**
|
||
|
**/testFiles/**/.cache/**
|
||
|
*.noseids
|
||
|
.nyc_output
|
||
|
.vscode-test
|
||
|
__pycache__
|
||
|
npm-debug.log
|
||
|
**/.mypy_cache/**
|
||
|
!yarn.lock
|
||
|
coverage/
|
||
|
cucumber-report.json
|
||
|
**/.vscode-test/**
|
||
|
**/.vscode test/**
|
||
|
**/.vscode-smoke/**
|
||
|
**/.venv*/
|
||
|
venv/
|
||
|
port.txt
|
||
|
precommit.hook
|
||
|
pythonFiles/lib/**
|
||
|
pythonFiles/get-pip.py
|
||
|
debug_coverage*/**
|
||
|
languageServer/**
|
||
|
languageServer.*/**
|
||
|
bin/**
|
||
|
obj/**
|
||
|
.pytest_cache
|
||
|
tmp/**
|
||
|
.python-version
|
||
|
.vs/
|
||
|
test-results*.xml
|
||
|
xunit-test-results.xml
|
||
|
build/ci/performance/performance-results.json
|
||
|
!build/
|
||
|
debug*.log
|
||
|
debugpy*.log
|
||
|
pydevd*.log
|
||
|
nodeLanguageServer/**
|
||
|
nodeLanguageServer.*/**
|
||
|
dist/**
|
||
|
# translation files
|
||
|
*.xlf
|
||
|
package.nls.*.json
|
||
|
l10n/
|
||
|
# config file
|
||
|
**/config.py
|