diff options
author | Go MAEDA <maeda@farend.jp> | 2023-09-05 02:50:39 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-09-05 02:50:39 +0000 |
commit | adb53eafa249a3b006dc776540c4b40911e06a58 (patch) | |
tree | 08487e5cbb38211b175fc6fb23416c970a64be79 /.gitignore | |
parent | 9315481cdfefed08d0e1bfa0701de872ba6d241b (diff) | |
download | redmine-adb53eafa249a3b006dc776540c4b40911e06a58.tar.gz redmine-adb53eafa249a3b006dc776540c4b40911e06a58.zip |
Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore (#39021).
git-svn-id: https://svn.redmine.org/redmine/trunk@22291 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ebc25cbd8..5f6413192 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /.powrc /.rvmrc /.ruby-version +/.byebug_history /config/additional_environment.rb /config/configuration.yml /config/database.yml |