mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4918 from lazaridiscom/develop
ignore deps install and cache dirs
This commit is contained in:
commit
2236e8173c
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,6 +36,8 @@ docs/_build
|
|||||||
docs/utils/__pycache__
|
docs/utils/__pycache__
|
||||||
docs/utils/*.pyc
|
docs/utils/*.pyc
|
||||||
/deps/downloads/
|
/deps/downloads/
|
||||||
|
deps/install
|
||||||
|
deps/cache
|
||||||
|
|
||||||
# vim stuff
|
# vim stuff
|
||||||
[._]*.sw[a-p]
|
[._]*.sw[a-p]
|
||||||
|
Loading…
Reference in New Issue
Block a user