mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: ignore .vscode workspace settings (#444)
* feat: add vp * fix: typo
This commit is contained in:
parent
ea7d1b7de9
commit
125fa96ef7
2 changed files with 40 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -61,6 +61,9 @@ public
|
||||||
# Mac files
|
# Mac files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# VS Code workspace settings
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Yarn
|
# Yarn
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.pnp/
|
.pnp/
|
||||||
|
|
|
||||||
39
src/data.js
39
src/data.js
|
|
@ -1193,14 +1193,26 @@ export default [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Alba Silvente',
|
name: 'Alba Silvente',
|
||||||
description: 'Front-end developer, Vue & TailwindCSS lover. Hip Hop & Afro house dancer.',
|
description:
|
||||||
|
'Front-end developer, Vue & TailwindCSS lover. Hip Hop & Afro house dancer.',
|
||||||
url: 'https://dawntraoz.com/uses',
|
url: 'https://dawntraoz.com/uses',
|
||||||
twitter: '@dawntraoz',
|
twitter: '@dawntraoz',
|
||||||
emoji: '💃',
|
emoji: '💃',
|
||||||
country: '🇪🇸',
|
country: '🇪🇸',
|
||||||
computer: 'windows',
|
computer: 'windows',
|
||||||
phone: 'android',
|
phone: 'android',
|
||||||
tags: ['Front End', 'Engineer', 'SCSS', 'Vue', 'AMP', 'TailwindCSS', 'Performance', 'PWA', 'Remote', 'Zeplin'],
|
tags: [
|
||||||
|
'Front End',
|
||||||
|
'Engineer',
|
||||||
|
'SCSS',
|
||||||
|
'Vue',
|
||||||
|
'AMP',
|
||||||
|
'TailwindCSS',
|
||||||
|
'Performance',
|
||||||
|
'PWA',
|
||||||
|
'Remote',
|
||||||
|
'Zeplin',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Josh Manders',
|
name: 'Josh Manders',
|
||||||
|
|
@ -2630,6 +2642,29 @@ export default [
|
||||||
'CSS',
|
'CSS',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Vince Picone',
|
||||||
|
description: 'Building design systems at IBM',
|
||||||
|
url: 'https://vincepic.one/uses',
|
||||||
|
twitter: '@TheElodin',
|
||||||
|
emoji: '🦩',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Design Systems',
|
||||||
|
'JavaScript',
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'React',
|
||||||
|
'Node',
|
||||||
|
'CSS',
|
||||||
|
'Performance',
|
||||||
|
'Accessibility',
|
||||||
|
'Gatsby',
|
||||||
|
'Web development',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Ben Congdon',
|
name: 'Ben Congdon',
|
||||||
description: 'Golang, Python, Rust. Runs in the Cloud.',
|
description: 'Golang, Python, Rust. Runs in the Cloud.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue