anirudhbagri / Tic-Tac-Toe

This Tic Tac Toe program uses MIN-MAX technique to play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add gitignore file

cosmicray001 opened this issue · comments

A gitignore file is a text file placed in your git repository that tells git not to track certain files and folders that you don't want being uploaded to your master repository. More...

@anirudhbagri , Could you please assign this to me? Thank you!

I don't see a need to add gitignore file to this project. Could you give me a reason why we need this?

@anirudhbagri , After the code compilation, some files get created(binary, executable, etc). Moreover, depending on the IDE, a repo can be created as well. That is why it is good practice to add a gitignore file.
In my case, I had to remove these two files.
image
Thank you.