Skip to content

Instantly share code, notes, and snippets.

View ogirginc's full-sized avatar

Oğulcan Girginç ogirginc

View GitHub Profile
@ogirginc
ogirginc / .gitignore
Created October 26, 2016 17:35
Gitignore
# 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.
[Coveralls] Set up the SimpleCov formatter.
[Coveralls] Using SimpleCov's default settings.
cocktail
user can create a cocktail
ingredients
user can create ingredients
User can sign in and out
@ogirginc
ogirginc / responsive-github-com.css
Created August 26, 2016 15:08 — forked from attitude/responsive-github-com.css
Responsive github.com CSS. Use e.g Control Freak Chrome extension to inject this CSS.
.wrapper .header,
.site-footer {
min-width: auto;
padding: 10px;
}
body .container {
max-width: 980px;
width: auto;
}