Skip to content

Commit

Permalink
Removed server folder. MVP works.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Mar 8, 2019
1 parent 56a6f9a commit 16aeaea
Show file tree
Hide file tree
Showing 201 changed files with 1,514 additions and 432 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/client/editor/recast/recast.js
src/client/vendor/TransformControls.js
src/editor/recast/recast.js
src/vendor/TransformControls.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public/
example/generated/
example/imported/
.certs/
certs/
.env
release/spoke-linux
release/spoke-macos
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/client/vendor/TransformControls.js
src/vendor/TransformControls.js
package.json
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
====================================================================


Portions of this project, particularly code under src/client/editor/, are
Portions of this project, particularly code under src/editor/, are
derived from the "three.js / editor" project (https://github.com/mrdoob/three.js/),
licensed under the MIT License.

Expand Down
Loading

0 comments on commit 16aeaea

Please sign in to comment.