AaronCarney91 / AdvSoftDev

0 stars 0 forks source link

Add .idea to .gitignore #1

Open ghost opened 6 years ago

ghost commented 6 years ago

Just a heads up.

You might wanna add .idea/ to your .gitignore as that file is usually per personal project and it's specific to your setup.

ghost commented 6 years ago

Same for the out/ folder. You shouldn't put binary/complete builds into the repository. Users should build the project themselves using their own toolchain.