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

Initial commit, moved gitignore #1

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Initial commit, moved gitignore #1

merged 1 commit into from
Oct 31, 2022

Conversation

MoxieMax
Copy link
Collaborator

Moved .gitignore from a sub-directory to the root black_thursday directory

Added coverage and bundle to gitignore, neither was pushed to github on commit and push

When pulled down to local, the gitignore file will be included and will be enabled on local directories. This should prevent the upload of the coverage files

@@ -1,3 +1,7 @@
require 'simplecov'
Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@@ -0,0 +1 @@
require 'simplecov'
Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
Layout/TrailingBlankLines: Final newline missing.

@ryancanton ryancanton merged commit 744b298 into master Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants