feat: blacklist .vsc folder in .gitignore (#331)

This commit is contained in:
Technikte 2022-08-29 18:21:24 +02:00 committed by GitHub
parent 453093ebd1
commit b95181b0f2

5
.gitignore vendored
View file

@ -114,4 +114,7 @@ gradle-app.setting
# gradle/wrapper/gradle-wrapper.properties
# Potentially copyrighted test APK
*.apk
*.apk
# Ignore vscode config
.vscode/