Skip to content

Commit

Permalink
Update the .gitignore generated in the 'sitediff' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Apr 30, 2019
1 parent f6b9362 commit 6cfadf7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/sitediff/config/creator.rb
Expand Up @@ -108,9 +108,8 @@ def make_gitignore(dir)

dir.+('.gitignore').open('w') do |f|
f.puts <<-GITIGNORE.gsub(/^\s+/, '')
output
cache.db
cache.db.db
snapshot
settings.yaml
GITIGNORE
end
end
Expand Down

0 comments on commit 6cfadf7

Please sign in to comment.