When creating gitignore.user, I forgot to pay attention to the individual module gitignore files... which means we are not ignoring data files. That's bad. We want to ignore those, but we probably don't want to ignore everything in the data folders and all the same things that we ignore in the main repository.
When creating gitignore.user, I forgot to pay attention to the individual module gitignore files... which means we are not ignoring data files. That's bad. We want to ignore those, but we probably don't want to ignore everything in the data folders and all the same things that we ignore in the main repository.