Skip to content

Commit

Permalink
Ignore vcr_cassettes
Browse files Browse the repository at this point in the history
  • Loading branch information
faun committed Nov 4, 2014
1 parent a64969a commit 0138524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions agignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ public/stylesheets/compiled
public/assets
spec/vcr
*.svg
spec/fixtures/vcr_cassettes
1 change: 1 addition & 0 deletions shrc/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ alias ggg="git log --graph --pretty=format:'%C(yellow)%h %Creset(%cr)%nAuthor: %
alias gggg="git log --pretty=format:'%C(yellow)%h %Creset(%cr) %C(green)%aN <%aE>%Creset%n%Cblue%s%Creset%n ' --numstat"
alias gitmine="git log --author='$(git config --get user.name)' --pretty=format:'%Cgreen%ad%Creset %s%C(yellow)%d%Creset %Cred(%h)%Creset' --date=short"
alias today='git lg --since="1 day ago"'
alias mark_as_safe='[ -d .git ] && mkdir .git/safe || echo "Run this command at the root of a git repository"'

# External Tools
alias tower='gittower'
Expand Down

0 comments on commit 0138524

Please sign in to comment.