Skip to content

Commit

Permalink
use a gitignore file from a GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed Apr 6, 2011
1 parent 26e8f8c commit cbef84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails3-mongoid-devise-template.rb
Expand Up @@ -76,7 +76,7 @@ def after_bundler(&block); @after_blocks << block; end

# Git should ignore some files
remove_file '.gitignore'
get "https://github.com/fortuity/rails-template-recipes/raw/master/gitignore.txt", ".gitignore"
get "https://github.com/fortuity/rails3-gitignore/raw/master/gitignore.txt", ".gitignore"

# Initialize new Git repo
git :init
Expand Down

0 comments on commit cbef84c

Please sign in to comment.