mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 02:25:48 +08:00
Merge pull request #4118 from gdpelican/chore/ignore-byebug-history
Add .byebug_history to gitignore
This commit is contained in:
commit
c7906d5a74
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,6 +58,9 @@ log/
|
|||||||
# Ignore Eclipse .buildpath file
|
# Ignore Eclipse .buildpath file
|
||||||
/.buildpath
|
/.buildpath
|
||||||
|
|
||||||
|
# Ignore byebug history
|
||||||
|
/.byebug_history
|
||||||
|
|
||||||
# Ignore RubyMine settings
|
# Ignore RubyMine settings
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user