diff --git a/bin/ebooks b/bin/ebooks index 9a9c8e1..d35b74f 100755 --- a/bin/ebooks +++ b/bin/ebooks @@ -58,6 +58,7 @@ STR end FileUtils.cp_r(Ebooks::SKELETON_PATH, path) + FileUtils.mv(File.join(path, 'gitignore'), File.join(path, '.gitignore')) File.open(File.join(path, 'bots.rb'), 'w') do |f| template = File.read(File.join(Ebooks::SKELETON_PATH, 'bots.rb')) diff --git a/skeleton/.gitignore b/skeleton/gitignore old mode 100755 new mode 100644 similarity index 100% rename from skeleton/.gitignore rename to skeleton/gitignore