Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Boisson committed Sep 15, 2023
0 parents commit d34bc8c
Show file tree
Hide file tree
Showing 55 changed files with 269,349 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules
build
.DS_Store
.idea
.vscode
remote-profile
app/src/**/*.d.ts
app/content/probes
4 changes: 4 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
"printWidth": 80,
"singleQuote": true
};
6 changes: 6 additions & 0 deletions app/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
Binary file added app/assets/baking-probs.blend
Binary file not shown.
Loading

0 comments on commit d34bc8c

Please sign in to comment.