Skip to content

Commit

Permalink
Improve .gitignore file (#1599)
Browse files Browse the repository at this point in the history
* Add .byebug_history to .gitignore

* Ignore sqlite files
  • Loading branch information
ahangarha authored Feb 9, 2024
1 parent 660579c commit 07b2b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ npm-debug.*

.yalc
yalc.lock

.byebug_history
2 changes: 1 addition & 1 deletion spec/dummy/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/vendor/bundle

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3*
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
Expand Down

0 comments on commit 07b2b7c

Please sign in to comment.