1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-21 18:44:19 +00:00

Exclude .vscode from builds

This commit is contained in:
Steffo 2024-10-28 04:36:21 +01:00
parent 95194e62ab
commit d38722b368
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -23,7 +23,8 @@ categories = [
exclude = [
"/.idea",
"/.media",
"/.env"
"/.env",
"/.vscode",
]
#============#