Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
OUTPUT_FILE: agility.markdown

### Housekeeping

Because this is a gitorial, we will sometimes have to create steps
that you can ignore.  In this case, we're creating a .gitignore file to
make our life easier.  If you're using git you probably want one.  Otherwise, this file
is unnecessary.
  • Loading branch information
bryanlarsen committed Dec 1, 2009
1 parent 28fdfbf commit afe9b3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
tmp/*
log/*.log
db/*.sqlite3
app/views/taglibs/auto
db/data.yml
patches-*/*
.stgit-edit.txt
vendor/plugins/hobo/*
vendor/plugins/acts_as_list/*
vendor/plugins/selenium-on-rails/*

0 comments on commit afe9b3c

Please sign in to comment.