Skip to content

Commit

Permalink
Updated .gitignore to ignore .idea and .byebug_history files
Browse files Browse the repository at this point in the history
  • Loading branch information
fragkakis committed Apr 17, 2024
1 parent f4d42e1 commit 80250d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ tmtags
## VIM
*.swp

## Idea
.idea

## PROJECT::GENERAL
coverage
rdoc
pkg
*.gem
*.lock
.byebug_history

## PROJECT::SPECIFIC
log/*.log
Expand Down

0 comments on commit 80250d8

Please # to comment.