rorywalsh/cabbage

Add build artifacts to .gitignore

Closed this issue · 1 comments

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

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