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

Change the .gitignore.stub file to include the /build directory and exclude the build directory, in order to properly ignore the build artifacts and improve the organization of the repository. #13

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Dec 17, 2024

Modifies the .gitignore.stub file to ensure that the /build directory is properly ignored. By including the /build directory in the .gitignore, we prevent build artifacts from cluttering the repository, leading to a cleaner and more organized project structure.

The change also corrects a minor formatting issue in the CI workflow file for consistency.

Overall, these updates enhance the project's maintainability by ensuring that unnecessary files do not get tracked in version control, making it easier for developers to navigate the repository and focus on the essential parts of the codebase.

…xclude the build directory, in order to properly ignore the build artifacts and improve the organization of the repository.
@thejmitchener thejmitchener enabled auto-merge (squash) December 17, 2024 22:39
…re made to ensure that the job runs only if the actor is not Dependabot.
@thejmitchener thejmitchener merged commit 6994ae2 into main Dec 17, 2024
7 checks passed
@thejmitchener thejmitchener deleted the tweak-gitignore-stub branch December 17, 2024 22:41
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.

1 participant