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