Skip to content

Commit 99d7be5

Browse files
committed
readme update
1 parent bc706ec commit 99d7be5

File tree

3 files changed

+879
-0
lines changed

3 files changed

+879
-0
lines changed

.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Dependencies
2+
/node_modules
3+
/.pnp
4+
.pnp.js
5+
6+
# Testing
7+
/coverage
8+
9+
# Production
10+
/build
11+
/dist
12+
13+
# Misc
14+
.DS_Store
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
# Debug logs
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
25+
# Editor directories and files
26+
.idea
27+
.vscode
28+
*.suo
29+
*.ntvs*
30+
*.njsproj
31+
*.sln
32+
*.sw?
33+
34+
# Environment variables
35+
.env

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ Feel free to submit issues and enhancement requests!
6464
## Acknowledgments
6565

6666
This boilerplate is designed to provide a clean starting point for Three.js projects. For more advanced features and resources, check out [threejsresources.com](https://threejsresources.com/).
67+
68+
## Author
69+
70+
[Peter Csipkay](https://petercsipkay.com/)

0 commit comments

Comments
 (0)