Skip to content

Instantly share code, notes, and snippets.

View AlessandroLobo's full-sized avatar
🐺

Alessandro Lobo AlessandroLobo

🐺
View GitHub Profile
@AlessandroLobo
AlessandroLobo / git-workflow.md
Created March 26, 2024 16:19 — forked from vtenq/git-workflow.md
Git workflow with conventional commits and semantic auto release

Git workflow with conventional commits and semantic auto release

This is an adoptation of Git flow by Vincent Driessen with conventional commits and semantic release.

The main concepts

At the core, the development model is greatly inspired by existing models out there. The central repo holds two main branches with an infinite lifetime:

@AlessandroLobo
AlessandroLobo / Ignite theme.ts
Last active April 9, 2024 13:34 — forked from orodrigogo/theme.ts
theme-igniteteams
export default {
COLORS: {
WHITE: '#FFFFFF',
GREEN_700: '#00875F',
GREEN_500: '#00B37E',
RED: '#F75A68',
RED_DARK: '#AA2834',
@AlessandroLobo
AlessandroLobo / settings.json
Created January 21, 2023 14:10 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,