starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 20:44:19 +00:00
peafowl/.vscode/settings.json

15 lines
261 B
JSON
Raw Permalink Normal View History

2024-06-16 11:49:13 +00:00
{
"files.exclude": {
".vscode": true,
"**/.DS_Store": true,
2024-06-16 11:49:13 +00:00
"**/.git": true,
"**/.gitignore": true,
2024-06-16 11:49:13 +00:00
"**/.hg": true,
"**/.svn": true,
2024-06-16 11:49:13 +00:00
"**/CVS": true,
"**/Thumbs.db": true,
"deno.json": true,
"deno.lock": true,
"LICENSE-CODE.txt": true
2024-06-16 11:49:13 +00:00
}
}