https://github.com/github/gitignore
To remove ignored files:
- Update your .gitignore
git rm -r --cached .
git add .
https://github.com/github/gitignore
To remove ignored files:
git rm -r --cached .
git add .
// | |
// API.swift | |
// | |
// Created by Taro Minowa on 6/10/14. | |
// Copyright (c) 2014 Higepon Taro Minowa. All rights reserved. | |
// | |
import Foundation | |
typealias JSONDictionary = Dictionary<String, AnyObject> |
# https://hub.docker.com/r/jboss/keycloak/ | |
# https://hub.docker.com/r/dpage/pgadmin4/ | |
# https://hub.docker.com/_/postgres/ | |
# https://docs.docker.com/compose/environment-variables/ | |
# https://gist.github.com/jmkgreen/b79f95c3eca2eac3fb66c66d12017f07 | |
version: '3' | |
services: | |
pgadmin: | |
image: dpage/pgadmin4:latest |