Initial commit
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
.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
|
Reference in New Issue
Block a user