Make git ignore generated files

后端 未结 3 1874

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

3条回答
  •  情歌与酒
    2021-01-22 14:03

    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.

提交回复
热议问题