Merge pull request #51 from Stawberri/move_gitignore
Renamed skeleton/.gitignore to gitignore
This commit is contained in:
commit
0a915b0a30
2 changed files with 1 additions and 0 deletions
|
@ -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'))
|
||||
|
|
0
skeleton/.gitignore → skeleton/gitignore
Executable file → Normal file
0
skeleton/.gitignore → skeleton/gitignore
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue