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:
parent
95194e62ab
commit
d38722b368
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ categories = [
|
|||
exclude = [
|
||||
"/.idea",
|
||||
"/.media",
|
||||
"/.env"
|
||||
"/.env",
|
||||
"/.vscode",
|
||||
]
|
||||
|
||||
#============#
|
||||
|
|
Loading…
Reference in a new issue