このエラーが発生し続けます:
error: Your local changes to the following files would be overwritten by merge:
.gitignore
HOME ディレクトリの .gitignore ファイルを無視するにはどうすればよいですか?
私の .gitignore は次のようになり、無視されています。
# Can also ignore all directories and files in a directory.
app/config/**
app/config/**/*
plugins/**
vendors/shells/**/*