:chick: initial commit

This commit is contained in:
Joshua Seigler 2018-10-07 20:44:00 -04:00
parent 321e7e5612
commit 2eeebe06e8
17 changed files with 8470 additions and 0 deletions

61
.vscode/settings.json vendored Normal file
View 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
}