mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-26 17:26:13 +00:00
:chick: initial commit
This commit is contained in:
parent
321e7e5612
commit
2eeebe06e8
17 changed files with 8470 additions and 0 deletions
61
.vscode/settings.json
vendored
Normal file
61
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"search.exclude": {
|
||||
"# Numerous always-ignore extensions": true,
|
||||
"*.diff": true,
|
||||
"*.err": true,
|
||||
"*.orig": true,
|
||||
"*.log": true,
|
||||
"*.rej": true,
|
||||
"*.swo": true,
|
||||
"*.swp": true,
|
||||
"*.vi": true,
|
||||
"*~": true,
|
||||
"*.sass-cache": true,
|
||||
"# OS or Editor folders": true,
|
||||
".DS_Store": true,
|
||||
".cache": true,
|
||||
".project": true,
|
||||
".settings": true,
|
||||
".tmproj": true,
|
||||
"nbproject": true,
|
||||
"Thumbs.db": true,
|
||||
"# NPM packages folder.": true,
|
||||
"node_modules/": true,
|
||||
"# Brunch folder for temporary files.": true,
|
||||
"tmp/": true,
|
||||
"# Brunch output folder.": true,
|
||||
"public/": true,
|
||||
"# Bower stuff.": true,
|
||||
"bower_components/": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"# Numerous always-ignore extensions": true,
|
||||
"*.diff": true,
|
||||
"*.err": true,
|
||||
"*.orig": true,
|
||||
"*.log": true,
|
||||
"*.rej": true,
|
||||
"*.swo": true,
|
||||
"*.swp": true,
|
||||
"*.vi": true,
|
||||
"*~": true,
|
||||
"*.sass-cache": true,
|
||||
"# OS or Editor folders": true,
|
||||
".DS_Store": true,
|
||||
".cache": true,
|
||||
".project": true,
|
||||
".settings": true,
|
||||
".tmproj": true,
|
||||
"nbproject": true,
|
||||
"Thumbs.db": true,
|
||||
"# NPM packages folder.": true,
|
||||
"node_modules/": true,
|
||||
"# Brunch folder for temporary files.": true,
|
||||
"tmp/": true,
|
||||
"# Brunch output folder.": true,
|
||||
"public/": true,
|
||||
"# Bower stuff.": true,
|
||||
"bower_components/": true
|
||||
},
|
||||
"eslint.enable": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue