logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8d3412c90cb2fe5d20f7344f46c713b7d847a7bd
parent: 9cefb5731d9127f8fc41af0c37d0532f0fc66bc9
Author: Marcin Cieślak <saper@saper.info>
Date:   Tue, 18 Apr 2017 01:02:50 +0200

Ignore /vendor/bundle (#1880)


Diffstat:

M.gitignore3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -4,8 +4,9 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' -# Ignore bundler config. +# Ignore bundler config and downloaded libraries. /.bundle +/vendor/bundle # Ignore the default SQLite database. /db/*.sqlite3