1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-10-16 12:17:26 +00:00
peafowl/.vscode/settings.json

15 lines
No EOL
261 B
JSON

{
"files.exclude": {
".vscode": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.gitignore": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/Thumbs.db": true,
"deno.json": true,
"deno.lock": true,
"LICENSE-CODE.txt": true
}
}