소스 검색

Merge pull request #2938 from locofocos/patch-1

Update Ruby.ignore to ignore .byebug_history file
Brendan Forster 6 년 전
부모
커밋
3818fecaa8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Ruby.gitignore

+ 3 - 0
Ruby.gitignore

@@ -13,6 +13,9 @@
 # Used by dotenv library to load environment variables.
 # .env
 
+# Ignore Byebug command history file.
+.byebug_history
+
 ## Specific to RubyMotion:
 .dat*
 .repl_history