feat: blacklist .vsc
folder in .gitignore
(#331)
This commit is contained in:
parent
33ece5bdb4
commit
7cd1ed8eef
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -115,3 +115,6 @@ gradle-app.setting
|
|||
|
||||
# Potentially copyrighted test APK
|
||||
*.apk
|
||||
|
||||
# Ignore vscode config
|
||||
.vscode/
|
||||
|
|
Loading…
Reference in a new issue