What goes in .gitignore?

I’m creating my first few experiences and I’d like to know what files and folders to include in .gitignore?

Thanks,
Brent

Hi,

in fact there are only few files which you can avoid committing on a CVS (Code Versioning system). As far as I know the only files would be the one located in the …/Files/Generated/ and …/Files/Snapshots/ folders
There may be other temporary files generated by external tools (such as excel) but they are usually hidden; it is typically the case of temporary excel files named ~$yourExcel.xlsx files

Christophe

1 Like

Thanks for the info. Yeah I was seeing those ever changing files and thinking it might be a pain to deal with, hence my question.

Best,
Brent