Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: binaries removed and gitignore file added #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pietroski
Copy link
Collaborator

It removes the binary files and it adds a .gitignore file plus a fewer indentation fixes

Copy link
Member

@kissartisan kissartisan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would love to know the purpose of the binary files before and why is it being removed as I don't know their functions before. Just for learning purposes. 🙇🏽‍♂️

app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I know what's about this file? 👀

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Would like to know what's the function of this binary before. 🤔

@Pietroski
Copy link
Collaborator Author

Pietroski commented Apr 26, 2024

@kissartisan So, Binary files are executable files. We generate and use binary files on our build and deploy so it can run in out pre-set environments. Therefore, there is no need to have binary files stored into the repository. As mentioned, they should be generated on pipelines and docker images, so they will be further used to run the application itself in the target environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants