Skip to content

Ignore all .toml files in Git

Jacob Vosmaer requested to merge jv-ignore-toml into master

This is preparation for doing Gitaly development in $GDK/gitaly. When you do that, GDK will create a bunch of TOML config files. Those files are local to your development machine and should not be committed. To help avoid committing them, it is nice to put them in .gitignore.

Related to #2229 (closed).

Edited by GitLab Release Tools Bot

Merge request reports