ソースを参照

Merge pull request #1835 from pisaacs/patch-1

Add .byebug_history to gitignore
Brendan Forster 9 年 前
コミット
96ad0e39a5
1 ファイル変更3 行追加0 行削除
  1. 3 0
      Rails.gitignore

+ 3 - 0
Rails.gitignore

@@ -33,3 +33,6 @@ bower.json
 
 # Ignore pow environment settings
 .powenv
+
+# Ignore Byebug command history file.
+.byebug_history