Skip to content

Instantly share code, notes, and snippets.

View peterkappus's full-sized avatar

Peter Kappus peterkappus

View GitHub Profile
@peterkappus
peterkappus / .gitignore
Created July 3, 2017 21:56
Dockerised Rails Development Environment (take 1)
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
@peterkappus
peterkappus / .gitignore
Created July 3, 2017 21:56
Dockerised Rails Development Environment (take 1)
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
@peterkappus
peterkappus / .gitconfig
Last active July 23, 2022 17:29 — forked from betandr/gist:fe945e5837513cbf7c011a341417cb32
Handy git aliases from betandr.
[http]
proxy = http://some-proxy:80
[https]
proxy = http://some-proxy:80
[alias]
#co = checkout
#br = branch
ci = commit
st = status
co = !git checkout