Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaniwoods committed Jun 9, 2020
1 parent 05eca7e commit 2b394a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db/development.sqlite3 merge=ours
1 change: 1 addition & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def render_file(filename)

file ".gitpod.yml", render_file(".gitpod.yml")
file ".pryrc", render_file(".pryrc")
file ".gitattributes", render_file(".gitattributes")
file "Procfile", render_file("Procfile")

inside "config" do
Expand Down

0 comments on commit 2b394a9

Please sign in to comment.