Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,18 @@
coverage

# byebug history
/.byebug_history
/.byebug_history

# VIM and other editors
*.swp

# Ignore files
# add w/ git add --force if actually needed
*.csv
*.txt
*.xml
*.xls
*.xlst
*.xlsx
*.doc
*.docx
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.5
2 changes: 1 addition & 1 deletion .ruby_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.5.5