starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 12:34:20 +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
}
}