feat: blacklist .vsc folder in .gitignore (#331)
This commit is contained in:
parent
453093ebd1
commit
b95181b0f2
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -114,4 +114,7 @@ gradle-app.setting
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
# gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
||||||
# Potentially copyrighted test APK
|
# Potentially copyrighted test APK
|
||||||
*.apk
|
*.apk
|
||||||
|
|
||||||
|
# Ignore vscode config
|
||||||
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue