Skip to content

Commit

Permalink
Amazing stuff here
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsWebsites committed Jun 16, 2024
0 parents commit 28f1384
Show file tree
Hide file tree
Showing 24 changed files with 1,800 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
node_modules
dist
build
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"arrowParens": "avoid",
"printWidth": 115,
"singleQuote": true,
"trailingComma": "none"
}
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"cSpell.words": [
"drei",
"glsl",
"GLTF",
"gsap",
"helvetiker",
"Lightformer",
"Matcap",
"Raycaster",
"threejs",
"wireframe"
]
}
Loading

0 comments on commit 28f1384

Please sign in to comment.