I have several projects that have a large number of files that, when processed, generate other files. There is no need to track the generated files, in fact, in some cases you
You can't do that with the .gitignore. You'll want to split generated files and user files into separate folders, and ignore the whole generated folder.