mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
Renamed skeleton/.gitignore to gitignore
Did you know? The .gitignore inside skeleton/ was actually affecting twitter_ebooks's repo. This fixes that by moving it for twitter_ebooks, and moving it back when people make their repositories!
This commit is contained in:
@@ -58,6 +58,7 @@ STR
|
|||||||
end
|
end
|
||||||
|
|
||||||
FileUtils.cp_r(Ebooks::SKELETON_PATH, path)
|
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|
|
File.open(File.join(path, 'bots.rb'), 'w') do |f|
|
||||||
template = File.read(File.join(Ebooks::SKELETON_PATH, 'bots.rb'))
|
template = File.read(File.join(Ebooks::SKELETON_PATH, 'bots.rb'))
|
||||||
|
|||||||
0
skeleton/.gitignore → skeleton/gitignore
Executable file → Normal file
0
skeleton/.gitignore → skeleton/gitignore
Executable file → Normal file
Reference in New Issue
Block a user