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

Add build artifacts to .gitignore #128

Closed
brylie opened this issue Oct 17, 2021 · 1 comment
Closed

Add build artifacts to .gitignore #128

brylie opened this issue Oct 17, 2021 · 1 comment

Comments

@brylie
Copy link
Contributor

brylie commented Oct 17, 2021

When building the project in a Git repository clone, Git detects a lot of changes that are build artifacts.

image

Since build artifacts should not be checked in to Git, it would be safe to add them to .gitignore:

build/
CabbageInstall/
*.zip
@rorywalsh
Copy link
Owner

Done, and I added the folders that are brought in remotely when building.

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

No branches or pull requests

2 participants