mirror of https://github.com/scrapy/scrapy.git
Add .vscode to .gitignore. (#6907)
This commit is contained in:
parent
0d86fb69dc
commit
9d324ebd13
|
|
@ -5,15 +5,16 @@ _trial_temp*
|
||||||
dropin.cache
|
dropin.cache
|
||||||
docs/build
|
docs/build
|
||||||
*egg-info
|
*egg-info
|
||||||
.tox
|
.tox/
|
||||||
venv
|
venv/
|
||||||
.venv
|
.venv/
|
||||||
build
|
build/
|
||||||
dist
|
dist/
|
||||||
.idea
|
.idea/
|
||||||
|
.vscode/
|
||||||
htmlcov/
|
htmlcov/
|
||||||
.coverage
|
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
.coverage.*
|
.coverage.*
|
||||||
coverage.*
|
coverage.*
|
||||||
*.junit.xml
|
*.junit.xml
|
||||||
|
|
@ -27,4 +28,4 @@ test-output.*
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# OSX miscellaneous
|
# OSX miscellaneous
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue