Hallo, I tried to search in google and looking up some other Neos projects. But every time I see different results stored in .gitignore file. Is there is a standard, which files should be ignored to keep clean my git repository? Is it different for development and production? It would be nice if someone from neos developer share complete .gitignore file, so it will be usefull for others. Thanks!
Hi Serhiy,
welcome to the Neos community.
The gitignore in the Neos base distribution covers all core specifics neos-base-distribution/.gitignore at 9.0 · neos/neos-base-distribution · GitHub
Everything else is project specific and needs to be added by you depending on your needs.
Hope that helps.
1 Like
Hallo Sebastion, thank you very much, it helped.