gitignore
gitignore copied to clipboard
Ignore cmake build and JetBrains user specific files in UnrealEngine
Reasons for making this change:
Similar to https://github.com/github/gitignore/pull/3216 Support for CLion IDE in Unreal Engine 4 projects
Is there going to be any future updates to this PR?
As an Unreal developer I very much welcome this change to the template as EVERY Unreal Engine project I've worked on that uses both Visual Studio and Rider has had to ignore the .idea
folder(usually around 8 files) and the Plugins/Developer/RiderLink
folder(usually around 600 files) as both of these contain auto generated files that nobody wants to share across their Unreal Engine project's due to different configurations per project and the different tooling that is used per project.