We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af34cd commit b841ae1Copy full SHA for b841ae1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.2
4
+- Append .gitignore
5
+
6
## 1.0.1
7
- Some fixes
8
- Added Procfile.dev (previously missing)
default.rb
@@ -222,9 +222,9 @@
222
CODE
223
224
# 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'
+append_file '.gitignore', '.db-seeded'
+append_file '.gitignore', '.db-created'
+append_file '.gitignore', '.DS_Store'
228
229
puts"""
230
0 commit comments