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

Update gitignore to ignore build artificats #835

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

Conversation

amroessam
Copy link
Contributor

No description provided.

/data
.vscode
app
Copy link
Owner

Choose a reason for hiding this comment

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

where is app coming from though?

Copy link
Contributor Author

@amroessam amroessam Oct 16, 2024

Choose a reason for hiding this comment

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

That's the built binary, should be ignored in my opinion

.vscode
app
cmd/ddns-updater/data/
Copy link
Owner

Choose a reason for hiding this comment

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

Why would the data directory be in cmd/ddns-updater/data/?
On my side, I usually build and run from the root of the workspace with go run ./cmd/ddns-updater/main.go and it picks up the data directory there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It should be ignored because while developing you would probably add your ddns secrets in there which would then be leaked if pushed

@qdm12 qdm12 force-pushed the master branch 2 times, most recently from 126315b to 691ed32 Compare October 20, 2024 13:15
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