Skip to content

Commit 5af34cd

Browse files
committed
Add gitignore amendments
1 parent 8aeaa1e commit 5af34cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

default.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
web: bin/rails server --port 3000 --binding 0.0.0.0
222222
CODE
223223

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'
228+
224229
puts"""
225230
226231
**********************************

0 commit comments

Comments
 (0)