garimasingh128 / CP-DSA-Cpp-C

🕺 Give me data and I will structure it! 🔥
59 stars 100 forks source link

Exclude .exe files from Tracking history for better code organization #22

Closed psk907 closed 3 years ago

psk907 commented 3 years ago

Tasks

Purpose

Executable files are created by the system upon compilation and are required only for running the code. Hence it is not required to be tracked by version control.

Result

This would result in a cleaner and more professional repository.

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

psk907 commented 3 years ago

@garimasingh128 I'd love to work on this myself, please assign me to it.

sahuaman83 commented 3 years ago

@garimasingh128 I would love to work on this please assign it to me.

hiruthicShaSS commented 3 years ago

Cleaned the executables and added those file extensions in .gitignore file. Pull Request: #58