1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/fosscord-server.code-workspace
2022-08-15 06:22:22 +02:00

21 lines
194 B
Plaintext

{
"folders": [
{
"path": "src/"
},
{
"path": "assets/"
},
{
"path": "scripts/"
},
{
"path": "."
}
],
"settings": {
"files.exclude": {
"*.ansi": true,
}
}
}