Skip to content

Commit b841ae1

Browse files
committed
Fix gitignore, update CHANGELOG
1 parent 5af34cd commit b841ae1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.2
4+
- Append .gitignore
5+
36
## 1.0.1
47
- Some fixes
58
- Added Procfile.dev (previously missing)

default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@
222222
CODE
223223

224224
# Update .gitignore
225-
append_file 'config/database.yml', '.db-seeded'
226-
append_file 'config/database.yml', '.db-created'
227-
append_file 'config/database.yml', '.DS_Store'
225+
append_file '.gitignore', '.db-seeded'
226+
append_file '.gitignore', '.db-created'
227+
append_file '.gitignore', '.DS_Store'
228228

229229
puts"""
230230

0 commit comments

Comments
 (0)