There's a file called .git/info/exclude that is basically another .gitignore file, but it never gets commited. So with the following line in your configs you can:
git exclude '*.csv'
And now the line itself:
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
No hay comentarios:
Publicar un comentario