Ignoring the Rakefile in blogs now (the blog repos should only hold the blog itself...
authorelliottcable <[email protected]>
Sat, 17 May 2008 23:07:16 +0000 (17 15:07 -0800)
committerelliottcable <[email protected]>
Sat, 17 May 2008 23:07:16 +0000 (17 15:07 -0800)
lib/git-blog.rb
prepped/.gitignore [new file with mode: 0644]
prepped/Rakefile.rb [deleted file]

index f2216ff..cd14ff9 100644 (file)
@@ -15,6 +15,7 @@ task :initialize do
   cd path
   mkdir 'posts'
   mkdir 'design'
+  cp GitBlog::Location / :prepped / '.gitignore', '.'
   %w(welcome_to_your_git_blog.markdown .gitignore).each do |file|
     cp GitBlog::Location / :prepped / :posts / file, 'posts'
   end
diff --git a/prepped/.gitignore b/prepped/.gitignore
new file mode 100644 (file)
index 0000000..03c1cec
--- /dev/null
@@ -0,0 +1 @@
+Rakefile.rb
\ No newline at end of file
diff --git a/prepped/Rakefile.rb b/prepped/Rakefile.rb
deleted file mode 100644 (file)
index 2d26dee..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-$:.unshift File.expand_path('../lib')
-require 'git-blog'
\ No newline at end of file