Files
server/fosscord-server.code-workspace
TheArcaneBrony fcef1f4d27 Fix missing stuff
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,
}
}
}