mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-27 01:26:10 +00:00
:chick: Create project
This commit is contained in:
commit
f0c43dd44c
17 changed files with 5573 additions and 0 deletions
60
.vscode/settings.json
vendored
Normal file
60
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue