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
|
||||
.DS_Store
|
||||
|
||||
# VS Code workspace settings
|
||||
.vscode/
|
||||
|
||||
# Yarn
|
||||
yarn-error.log
|
||||
.pnp/
|
||||
|
|
|
|||
39
src/data.js
39
src/data.js
|
|
@ -1193,14 +1193,26 @@ export default [
|
|||
},
|
||||
{
|
||||
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',
|
||||
twitter: '@dawntraoz',
|
||||
emoji: '💃',
|
||||
country: '🇪🇸',
|
||||
computer: 'windows',
|
||||
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',
|
||||
|
|
@ -2630,6 +2642,29 @@ export default [
|
|||
'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',
|
||||
description: 'Golang, Python, Rust. Runs in the Cloud.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue