Ignore .bash_history
This commit is contained in:
parent
d3fd7b4871
commit
185b509eff
5
.gitignore
vendored
5
.gitignore
vendored
@ -32,9 +32,9 @@ config/master.key
|
|||||||
|
|
||||||
## Environment normalization:
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
/vendor/bundle
|
|
||||||
/.gem
|
|
||||||
/.cache
|
/.cache
|
||||||
|
/.gem
|
||||||
|
/vendor/bundle
|
||||||
|
|
||||||
# these should all be checked in to normalize the environment:
|
# these should all be checked in to normalize the environment:
|
||||||
# Gemfile.lock, .ruby-version, .ruby-gemset
|
# Gemfile.lock, .ruby-version, .ruby-gemset
|
||||||
@ -51,6 +51,7 @@ bower.json
|
|||||||
.powenv
|
.powenv
|
||||||
|
|
||||||
# Ignore command history files.
|
# Ignore command history files.
|
||||||
|
.bash_history
|
||||||
.byebug_history
|
.byebug_history
|
||||||
.lesshst
|
.lesshst
|
||||||
.viminfo
|
.viminfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user