react-garden
Version:
React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.
31 lines (30 loc) • 700 B
JSON
{
"git.enableSmartCommit": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.cache": true,
"**/.vs/": true,
"**/*.cs": true,
"**/*.orig": true,
"**/bin/": true,
"**/build/": false,
"**/debug/": true,
"**/dist/": false,
"**/node_modules/": false,
"**/obj": false,
"yarn-error.log": true,
"**/yarn-error.log": true,
"packages\\eth-hooks/lib": true
},
"search.exclude": {
"**/package-lock.json": true,
"**/pnpm-lock.yaml": true,
"**/yarn-error.log": true,
"**/yarn.lock": true
},
"prettier.semi": false
}