Skip to content

Instantly share code, notes, and snippets.

View rogerramosme's full-sized avatar
🎯
Focusing

Roger Ramos rogerramosme

🎯
Focusing
View GitHub Profile
@rogerramosme
rogerramosme / launch.json
Created December 4, 2017 11:23
VS Code chrome debug configurations
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:4200",
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
@rogerramosme
rogerramosme / gist:1446ccf3a84d496f0b44f174ec6cc0c8
Last active October 1, 2018 18:33
Git: Globaly set upstream git branch as current ❤
git config --global push.default current
@rogerramosme
rogerramosme / lista-bancos.json
Last active December 4, 2017 11:24
Lista dos bancos com ID's
[
{
"value": "001",
"label": "Banco do Brasil S.A."
},
{
"value": "341",
"label": "Banco Itaú S.A."
},
{