Skip to content

Instantly share code, notes, and snippets.

View jgtaveras's full-sized avatar

Jose Gregorio Taveras jgtaveras

  • Santo Domingo, Republic Dominicana
View GitHub Profile
@jgtaveras
jgtaveras / settings.json
Created March 25, 2022 04:45 — forked from gaetschwartz/settings.json
Nest files in Flutter projects on VSCode, inspired from https://github.com/antfu/vscode-file-nesting-config
"explorer.experimental.fileNesting.enabled": true,
"explorer.experimental.fileNesting.expand": false,
"explorer.experimental.fileNesting.patterns": {
"pubspec.yaml": ".flutter-plugins, .packages, .dart_tool, .flutter-plugins-dependencies, .metadata, .packages, pubspec.lock, build.yaml, analysis_options.yaml, all_lint_rules.yaml",
".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*",
"readme.*": "authors, backers.md, changelog*, citation*, code_of_conduct.md, codeowners, contributing.md, contributors, copying, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors.md",
"*.dart": "$(capture).g.dart, $(capture).freezed.dart",
},
@jgtaveras
jgtaveras / git-alias.txt
Created April 6, 2019 15:52
personal git aliases
[alias]
st = status
co = checkout
stashall = stash --include-untracked
aa = add --all
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
nuke = reset --hard HEAD
up = !git pull --rebase --prune $@ && git submodule update --init --recursive
cob = checkout -b
wip = commit -am "WIP"
[
{
"Id": "5b1464ed745604706090de12",
"isActive": true,
"name": "Netagy",
"email": "eileendavidson@netagy.com",
"phone1": "(935) 481-3508",
"phone2": "(879) 544-3908",
"address": "285 Bushwick Court, Coultervillle, Vermont, 267",
"latitude": 18.471953,
[{
"Type": 0,
"Facility": "911 - Emergency Service",
"PhoneNumber": "(212) 872 - 2766"
},
{
"Type": 1,
"Facility": "Police",
"PhoneNumber": "(212) 888 - 2777"
},